mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Spawns: Sync some 3.3.5a spawns with 3.3.5a db
This commit is contained in:
6
sql/updates/world/2015_09_03_19_world.sql
Normal file
6
sql/updates/world/2015_09_03_19_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (144231,144232,144233);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(144231, 30382, 571, 0, 0, 1, 1, 0, 0, 7525.7, -971.724, 478.799, 5.63741, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0),
|
||||
(144232, 30383, 571, 0, 0, 1, 1, 0, 0, 7515.81, -975.284, 467.498, 3.85718, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0),
|
||||
(144233, 30401, 571, 0, 0, 1, 1, 0, 0, 6647.17, -310.257, 989.53, 1.2511, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user