aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-07-25 02:02:02 +0200
committerAnubisss <none@none>2009-07-25 02:02:02 +0200
commit370b38312ac1e51e244e1936cb493f6101b73ea6 (patch)
tree55326c74ef14d6de904394f8cc1c0457d3603194
parentbf4fe35bdb699ecdab2869dcf12721eb98b885fe (diff)
*Drop command reload spell_affect from DB. Its already dropped from core.
--HG-- branch : trunk
-rw-r--r--sql/updates/4583_world_command.sql1
-rw-r--r--sql/world.sql1
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/4583_world_command.sql b/sql/updates/4583_world_command.sql
new file mode 100644
index 00000000000..6c5bc49f013
--- /dev/null
+++ b/sql/updates/4583_world_command.sql
@@ -0,0 +1 @@
+DELETE FROM `command` WHERE `name` = 'reload spell_affect';
diff --git a/sql/world.sql b/sql/world.sql
index e65f1acc018..302d36eccdb 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -573,7 +573,6 @@ INSERT INTO `command` VALUES
('reload skill_extra_item_template',3,'Syntax: .reload skill_extra_item_template\nReload skill_extra_item_template table.'),
('reload skill_fishing_base_level',3,'Syntax: .reload skill_fishing_base_level\nReload skill_fishing_base_level table.'),
('reload skinning_loot_template',3,'Syntax: .reload skinning_loot_template\nReload skinning_loot_template table.'),
-('reload spell_affect',3,'Syntax: .reload spell_affect\nReload spell_affect table.'),
('reload spell_area',3,'Syntax: .reload spell_area\nReload spell_area table.'),
('reload spell_bonus_data',3,'Syntax: .reload spell_bonus_data\nReload spell_bonus_data table.'),
('reload spell_disabled',3,'Syntax: .reload spell_disabled\nReload spell_disabled table.'),