mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
5
sql/updates/world/2015_02_15_10_world.sql
Normal file
5
sql/updates/world/2015_02_15_10_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
SET @newestguid := 45208;
|
||||
DELETE FROM `creature` WHERE `guid`=@newestguid AND `id`=25654;
|
||||
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
|
||||
(@newestguid, 25654, 571, 1, 1, 0, 0, 4207.15, 4057.02, 91.6273, 1.38362, 300, 0, 0, 42, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user