mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
SQL import fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user