mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
* fixed typo for Electrical Storm spell
* removed Wyvern Sting rank 5 and rank 6 from spell_linked_spell since they * are not available till wotlk :P * Ok, who was on crack? --HG-- branch : trunk
This commit is contained in:
7
sql/updates/615_world.sql
Normal file
7
sql/updates/615_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Wyvern Sting rank 5 and 6 not avail. till wotlk
|
||||
DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (-49011, -49012);
|
||||
|
||||
-- typo
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (43468, 43648);
|
||||
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43648, 44007, 1, 'Storm Eye Safe Zone');
|
||||
|
||||
Reference in New Issue
Block a user