Mercurial > wow > inventory
comparison Data/PremadeGroups.lua @ 46:87d68ccf0a8f
The premade group update processor should now properly add items when they were added to a premade group.
Items can now be indicated as removed in premade groups by setting the version number to a negative value of the latest version.
Removed Enchanted Spellthread from the Cataclysm enchants premade group.
author | Zerotorescue |
---|---|
date | Sun, 12 Dec 2010 17:18:19 +0100 |
parents | abc824800387 |
children | 4efbaf069ddb |
comparison
equal
deleted
inserted
replaced
45:0d1f8282a43e | 46:87d68ccf0a8f |
---|---|
765 [38867] = 1, -- Enchant Chest - Major Mana | 765 [38867] = 1, -- Enchant Chest - Major Mana |
766 }, | 766 }, |
767 }, | 767 }, |
768 -- Source: http://www.wowhead.com/items=0.6?filter=na=enchant;cr=82;crs=1;crv=30300 | 768 -- Source: http://www.wowhead.com/items=0.6?filter=na=enchant;cr=82;crs=1;crv=30300 |
769 ["Enchants (Cataclysm)"] = { | 769 ["Enchants (Cataclysm)"] = { |
770 version = 1, | 770 version = 2, |
771 items = { | 771 items = { |
772 [52747] = 1, -- Enchant Weapon - Mending | 772 [52747] = 1, -- Enchant Weapon - Mending |
773 [54447] = 1, -- Enchanted Spellthread | 773 [54447] = -2, -- Enchanted Spellthread Removed in version 2 as this isn't a real enchant |
774 [38916] = 1, -- Scroll of Enchant Weapon - Major Spirit | 774 [38916] = 1, -- Scroll of Enchant Weapon - Major Spirit |
775 [52687] = 1, -- Enchant Gloves - Mastery | 775 [52687] = 1, -- Enchant Gloves - Mastery |
776 [52743] = 1, -- Enchant Boots - Earthen Vitality | 776 [52743] = 1, -- Enchant Boots - Earthen Vitality |
777 [52744] = 1, -- Enchant Chest - Mighty Stats | 777 [52744] = 1, -- Enchant Chest - Mighty Stats |
778 [52745] = 1, -- Enchant Cloak - Greater Spell Piercing | 778 [52745] = 1, -- Enchant Cloak - Greater Spell Piercing |