DB/Creature: Add Godo Cloudcleaver and Rissa Shadeleaf spawn

This commit is contained in:
Killyana
2018-10-09 02:23:57 +02:00
parent 80233b5e8d
commit 1b7b1c2cfc

View File

@@ -0,0 +1,4 @@
UPDATE `creature` SET `id`=30590 WHERE `guid`=208355;
DELETE FROM `creature` WHERE `guid` IN (86809);
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
(86809, 34989, 1, 1, 1, 0, 1, 9975.56, 2324.54, 1330.87, 0.191986, 300, 0, 0, 651650, 4081, 0);