SQL: Fix creature GUID from previous commits (in case you already applied the previous SQL)

Hopefully you didn't and I can get shitmixed appropriately.
This commit is contained in:
Warpten
2016-07-05 11:02:58 +02:00
committed by GitHub
parent 1829049461
commit d8919cc3d9

View File

@@ -0,0 +1,5 @@
SET @CGUID := 11003;
DELETE FROM `creature` WHERE `id`=40146;
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
(@CGUID, 40146, 724, 0, 0, 15, 33, 0, 0, 3156.037, 533.2656, 72.97205, 0, 604800, 0, 0, 0, 0, 0, 0, 0, 0, 0);