mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
SQL: Correctly fixed recent sql
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Adds missing spirit healer in Desolace
|
||||
SET @GUID := 40269;
|
||||
DELETE FROM `creature` WHERE `guid`=@GUID AND `entry`=6491;
|
||||
DELETE FROM `creature` WHERE `guid`=@GUID AND `id`=6491;
|
||||
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`) VALUES
|
||||
(@GUID, 6491, 1, 1, 1, 0, 0, -452.182, 2513.69, 92.8852, 6.1809, 300, 0, 0, 4120, 0, 0, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user