DB/Creature: Add missing Spirit Healer on Eastern Plaguelands

For 3.3.5 only
This commit is contained in:
Killyana
2017-04-09 16:51:20 +02:00
committed by Aokromes
parent 3aad8f2df1
commit 482b42521f

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature` WHERE `guid`=77941;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
(77941, 6491, 0, 0, 0, 1, 1, 0, 0, 2061.67, -5019.286, 73.744, 2.919482, 72000, 0, 0, 0, 0, 0, 0, 0, 0, 0);