From f15704d22be0d829ab59dfcd0f2e8ca229af3a1a Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 3 Sep 2011 10:03:21 +0200 Subject: Some missed things --- sql/updates/world/2011_09_02_02_world_spell_script_names.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2011_09_02_02_world_spell_script_names.sql (limited to 'sql') diff --git a/sql/updates/world/2011_09_02_02_world_spell_script_names.sql b/sql/updates/world/2011_09_02_02_world_spell_script_names.sql new file mode 100644 index 00000000000..b95cd2c17d6 --- /dev/null +++ b/sql/updates/world/2011_09_02_02_world_spell_script_names.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rotface_mutated_infection'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(69674,'spell_rotface_mutated_infection'), +(71224,'spell_rotface_mutated_infection'), +(73022,'spell_rotface_mutated_infection'), +(73023,'spell_rotface_mutated_infection'); -- cgit v1.2.3