diff options
author | Killyana <morphone1@gmail.com> | 2017-08-22 17:48:07 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-08-22 17:48:07 +0200 |
commit | e56c4f40d402651a05e3df1337e143b610758c1d (patch) | |
tree | f3f26a09d404000e30cced4da868401746bdc42d | |
parent | 1f57d1ac67fbb66179e227631be4e370cae1546d (diff) |
DB/Creature: Fix Risen Archmage positions on Valithria 25 modes
-rw-r--r-- | sql/updates/world/3.3.5/2017_08_22_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_22_00_world.sql b/sql/updates/world/3.3.5/2017_08_22_00_world.sql new file mode 100644 index 00000000000..ebc46aa1144 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_22_00_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature` SET `spawnMask`=5 WHERE `guid` IN (137751, 137750); +DELETE FROM `creature` WHERE `guid` IN (48306,48307); +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 +(48306, 37868, 631, 0, 0, 10, 1, 0, 0, 4185.2851, 2464.014, 364.8696, 0.798137, 604800, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(48307, 37868, 631, 0, 0, 10, 1, 0, 0, 4183.7006, 2503.9326, 364.879, 5.508426, 604800, 0, 0, 0, 0, 0, 0, 0, 0, 0); |