SQL: Correctly fixed recent sql

This commit is contained in:
Subv2112
2012-02-04 20:01:27 -05:00
parent 6896f82062
commit d43bf0ad4a

View File

@@ -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);