From 00c6c2dd9a2287f47e6166c3fed34cf82a208c63 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 12 Jul 2016 14:50:42 +0200 Subject: DB/Creature: Add missing creatures before Lady Deathwhisper on 25 difficulties (cherry picked from commit d7bf9e895b240b238dff10061c5b576c15706a57) --- .../world/master/2017_02_05_11_world_2016_07_12_01_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2017_02_05_11_world_2016_07_12_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_05_11_world_2016_07_12_01_world.sql b/sql/updates/world/master/2017_02_05_11_world_2016_07_12_01_world.sql new file mode 100644 index 00000000000..c069df3f1a3 --- /dev/null +++ b/sql/updates/world/master/2017_02_05_11_world_2016_07_12_01_world.sql @@ -0,0 +1,8 @@ +-- +SET @Guid:=52664; +DELETE FROM `creature` WHERE `guid` BETWEEN @Guid AND @Guid+4; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(@Guid+0, 36811, 631, 0, 0, 80, 0, 0, 1, -568.121, 2225.85, 49.4766, 3.12087, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0), +(@Guid+1, 36811, 631, 0, 0, 80, 0, 0, 1, -568.878, 2197.52, 49.4766, 2.93833, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0), +(@Guid+2, 36807, 631, 0, 0, 80, 0, 0, 0, -582.666, 2221.75, 49.4766, 3.32411, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0), +(@Guid+3, 36807, 631, 0, 0, 80, 0, 0, 0, -583.898, 2200.98, 49.4766, 3.00995, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0); -- cgit v1.2.3