DB/Creature: Add missing Spirit Healer in Grizzly Hills

(cherry picked from commit 1f014cd129)
This commit is contained in:
Killyana
2016-07-06 18:27:31 +02:00
committed by joschiwald
parent 3781b05263
commit aa62383f3c

View File

@@ -0,0 +1,5 @@
--
SET @GUID := 12459;
DELETE FROM `creature` WHERE `guid` IN (@GUID);
INSERT INTO `creature` (`guid`, `id`, `map`, `SpawnMask`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
(@GUID, 6491, 571, 1, 0, 4105.362, -4818.6, 76.074, 0.149361, 7200, 0, 0);