mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Creature: Delete incorrectly deleted spawn
This commit is contained in:
3
sql/updates/world/3.3.5/2016_07_16_05_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2016_07_16_05_world_335.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `creature` WHERE `guid`=52668;
|
||||
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`, `VerifiedBuild`) VALUES
|
||||
(52668, 10979, 0, 1, 1, 2709, 0, 2109.13, -1829.79, 58.1995, 3.9185, 315, 3, 0, 2964, 0, 1, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user