diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-04-27 19:13:28 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-04-27 19:13:28 +0200 |
| commit | b0585f5e0d2c4319ec748a44226e68e01b8f4ae2 (patch) | |
| tree | 8fccd34cca8e465d9741fc59707707fbcf9d01d8 /sql/updates | |
| parent | 8568f19e5d08e5a6452e8d0fa518883b9868292e (diff) | |
Scripts/Items: Fixed Vanquished Clutches of Yogg-Saron
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_04_25_00_world_spell_linked_spell.sql (renamed from sql/updates/world/2011_04_35_00_world_spell_linked_spell.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2011_04_27_00_world_spell_script_names.sql | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_04_35_00_world_spell_linked_spell.sql b/sql/updates/world/2011_04_25_00_world_spell_linked_spell.sql index d9b518810bf..d9b518810bf 100644 --- a/sql/updates/world/2011_04_35_00_world_spell_linked_spell.sql +++ b/sql/updates/world/2011_04_25_00_world_spell_linked_spell.sql diff --git a/sql/updates/world/2011_04_27_00_world_spell_script_names.sql b/sql/updates/world/2011_04_27_00_world_spell_script_names.sql new file mode 100644 index 00000000000..4b1c228fe4f --- /dev/null +++ b/sql/updates/world/2011_04_27_00_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_vanquished_clutches'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(64981, 'spell_item_vanquished_clutches'); |
