diff options
| -rw-r--r-- | sql/updates/world/4.x/2011_11_25_02_world_item_template.sql | 5 | ||||
| -rw-r--r-- | sql/updates/world/4.x/2011_11_25_02_world_item_template_addon.sql | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sql/updates/world/4.x/2011_11_25_02_world_item_template.sql b/sql/updates/world/4.x/2011_11_25_02_world_item_template.sql index 8a047ed9d11..9580838fdb7 100644 --- a/sql/updates/world/4.x/2011_11_25_02_world_item_template.sql +++ b/sql/updates/world/4.x/2011_11_25_02_world_item_template.sql @@ -35,11 +35,6 @@ ALTER TABLE `item_template` DROP `shadow_res`, DROP `arcane_res`, DROP `ammo_type`, - DROP `spellppmRate_1`, - DROP `spellppmRate_2`, - DROP `spellppmRate_3`, - DROP `spellppmRate_4`, - DROP `spellppmRate_5`, DROP `block`, DROP `RequiredDisenchantSkill`, DROP `DisenchantId`, diff --git a/sql/updates/world/4.x/2011_11_25_02_world_item_template_addon.sql b/sql/updates/world/4.x/2011_11_25_02_world_item_template_addon.sql index 2d99d9fc610..62692f00e6b 100644 --- a/sql/updates/world/4.x/2011_11_25_02_world_item_template_addon.sql +++ b/sql/updates/world/4.x/2011_11_25_02_world_item_template_addon.sql @@ -35,4 +35,9 @@ ALTER TABLE `item_template` DROP `BuyCount`, DROP `FoodType`, DROP `minMoneyLoot`, - DROP `maxMoneyLoot`; + DROP `maxMoneyLoot`, + DROP `spellppmRate_1`, + DROP `spellppmRate_2`, + DROP `spellppmRate_3`, + DROP `spellppmRate_4`, + DROP `spellppmRate_5`; |
