diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_04_08_01_world_creature_template.sql (renamed from sql/updates/world/2012_04_08_00_world_creature_template.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2012_04_08_02_world_spell_script_names.sql | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_08_00_world_creature_template.sql b/sql/updates/world/2012_04_08_01_world_creature_template.sql index c6665729b75..c6665729b75 100644 --- a/sql/updates/world/2012_04_08_00_world_creature_template.sql +++ b/sql/updates/world/2012_04_08_01_world_creature_template.sql diff --git a/sql/updates/world/2012_04_08_02_world_spell_script_names.sql b/sql/updates/world/2012_04_08_02_world_spell_script_names.sql new file mode 100644 index 00000000000..dd23c9ef560 --- /dev/null +++ b/sql/updates/world/2012_04_08_02_world_spell_script_names.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sindragosa_mystic_buffet'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(70127,'spell_sindragosa_mystic_buffet'), +(72528,'spell_sindragosa_mystic_buffet'), +(72529,'spell_sindragosa_mystic_buffet'), +(72530,'spell_sindragosa_mystic_buffet'); |
