Skip to content

Commit

Permalink
SQL import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Apr 9, 2016
1 parent 35b5ef9 commit 348eac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/world/2016_04_09_31_world.sql
Expand Up @@ -5,7 +5,7 @@ INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `au
(24029, 0, 0x0, 0x1, 12544); -- Wyrmcaller Vile - Frost Armor

DELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+5);
INSERT INTO `creature_Addon` (`guid`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
INSERT INTO `creature_addon` (`guid`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
(@CGUID+5, 0, 0x0, 0x1, 43570); -- Invisible Stalker (Floating) - Frost State

DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN(43568,43569);
Expand Down

0 comments on commit 348eac0

Please sign in to comment.