DB/Creature: Delete incorrectly deleted spawn

This commit is contained in:
Aokromes
2016-07-16 09:44:04 +02:00
committed by GitHub
parent e5f4ef12db
commit 236547435a

View File

@@ -0,0 +1,3 @@
DELETE FROM `creature` WHERE `guid`=52668;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
(52668, 10979, 0, 1, 1, 2709, 0, 2109.13, -1829.79, 58.1995, 3.9185, 315, 3, 0, 2964, 0, 1, 0, 0, 0, 0);