SQL import fix

This commit is contained in:
Shauren
2016-04-09 23:35:59 +02:00
parent 35b5ef9fc9
commit 348eac096d

View File

@@ -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);