mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Taking Wing Timer Bunny
(cherry picked from commit 5ec856d81d)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid`=113670 AND `id`=27889;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(113670, 27889, 571, 0, 0, '0', 0, 0, 0, 3459.72, 5899.17, 145.285, 5.67232, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user