From dec5832271e0458caed7e66d8b96d7b46dc6c633 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 3 Sep 2015 20:04:38 +0200 Subject: [PATCH] DB/Spawns: Sync some 3.3.5a spawns with 3.3.5a db --- sql/updates/world/2015_09_03_19_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2015_09_03_19_world.sql diff --git a/sql/updates/world/2015_09_03_19_world.sql b/sql/updates/world/2015_09_03_19_world.sql new file mode 100644 index 00000000000..b1d09899388 --- /dev/null +++ b/sql/updates/world/2015_09_03_19_world.sql @@ -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);