fix(DB/Creature): Spawn at Winter Veil (#9521)

* from TC once upon a time
This commit is contained in:
Kitzunu
2021-12-05 22:06:51 +01:00
committed by GitHub
parent 76b07ed81f
commit 6f0c53d137
2 changed files with 7 additions and 2 deletions

View File

@@ -22,9 +22,9 @@ DELETE FROM `creature` WHERE `guid`=24 AND `id` = 13431;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
(24, 13431, 1, 0, 0, 1, 1, 0, 0, -1234.51, 73.4529, 129.591, 2.80998, 300, 0, 0, 1003, 0, 0, 0, 0, 0, '', 0);
DELETE FROM `game_event_creature` WHERE `eventEntry` = 24 AND `guid` = 24;
DELETE FROM `game_event_creature` WHERE `eventEntry` IN (2,24) AND `guid` = 24;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(24, 24);
(2, 24);
--
-- END UPDATING QUERIES