diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-07-09 18:42:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 18:42:17 +0200 |
commit | e12396cd20d48f1fb176c8a476ce5ef3bb62516c (patch) | |
tree | 7bebe200e2ddf7c513e7b618a1feba6864ef53cb | |
parent | 48f941e80a07b25c50b5d2fbd45bcafe000ed455 (diff) |
DB/Misc: Misc Redridge fixes
By Malcrom
-rw-r--r-- | sql/updates/world/master/2017_07_09_01_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_07_09_01_world.sql b/sql/updates/world/master/2017_07_09_01_world.sql new file mode 100644 index 00000000000..2f6a48e1fb3 --- /dev/null +++ b/sql/updates/world/master/2017_07_09_01_world.sql @@ -0,0 +1,9 @@ +-- Rohh the Silent Spawn Redridge Mountains +DELETE FROM `creature` WHERE `guid`=334934; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(334934, 947, 0, 0, 0, 1, 1, 169, 0, 0, -9124.02, -3233.616, 101.1988, 2.460914, 3600, 0, 0, 0, 0, 0, 0, 0, 0, 24015); +DELETE FROM `creature_addon` WHERE `guid`=334934; +INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (334934,0,0,131072,1,0, '22766'); +-- Remove more overspawns in Redridge Mountains +DELETE FROM `creature` WHERE `guid` IN (334803,334745,334730,334933,45824,45825,334651,334653,334654); +DELETE FROM `creature_addon` WHERE `guid` IN (334803,334745,334730,334933,45824,45825,334651,334653,334654); |