diff --git a/sql/updates/4583_world_command.sql b/sql/updates/4583_world_command.sql new file mode 100644 index 0000000000..6c5bc49f01 --- /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 e65f1acc01..302d36eccd 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.'),