mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 06:37:12 +01:00
@@ -0,0 +1,7 @@
|
||||
-- Wrath Reaver
|
||||
DELETE FROM `creature` WHERE `guid` IN (77853,77851);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(77851, 22196, 530, '0', 0, 0, 0, 2818.272, 6925.054, 364.0483, 0.8203048, 300, 0, 0, 59040, 0, 0);
|
||||
DELETE FROM `creature_template_addon` WHERE entry = 22196;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
|
||||
(22196, "16245");
|
||||
Reference in New Issue
Block a user