mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
DB/Creature: Add missing Spirit Healer in Grizzly Hills
(cherry picked from commit 1f014cd129)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user