diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2011_02_12_0_world_script_name.sql | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index d8f8dae3a49..83e7b601905 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -2073,6 +2073,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 59640, 'spell_item_underbelly_elixir'), ( 71905, 'spell_item_shadowmourne'), ( 67533, 'spell_item_red_rider_air_rifle'), +( 26678,'spell_item_create_heart_candy'), -- warrior ( 12975, 'spell_warr_last_stand'), ( 59725, 'spell_warr_improved_spell_reflection'), diff --git a/sql/updates/world/2011_02_12_0_world_script_name.sql b/sql/updates/world/2011_02_12_0_world_script_name.sql new file mode 100644 index 00000000000..e3861d13dbb --- /dev/null +++ b/sql/updates/world/2011_02_12_0_world_script_name.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=26678; +INSERT INTO `spell_script_names` VALUES (26678,'spell_item_create_heart_candy');
\ No newline at end of file |
