diff options
author | Killyana <morphone1@gmail.com> | 2017-09-17 18:45:14 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-05 00:30:46 +0200 |
commit | 436ccef770222e98c4155bae3405e1ce17edd69e (patch) | |
tree | e8c702210201563dca03faff916369fa5c3e7c12 | |
parent | d170aa3279d3c986b2551319d6d82029b4f08e5f (diff) |
DB/Creature: Add missing cosmetic npc to Magister's Terrace
(cherry picked from commit d7e4dcc16e71ec35d9c38f52540258a6d4527caf)
-rw-r--r-- | sql/updates/world/master/2020_09_05_00_world_2017_09_17_00_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_05_00_world_2017_09_17_00_world.sql b/sql/updates/world/master/2020_09_05_00_world_2017_09_17_00_world.sql new file mode 100644 index 00000000000..80e204063f4 --- /dev/null +++ b/sql/updates/world/master/2020_09_05_00_world_2017_09_17_00_world.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (36898); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseUseFlags`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(36898, 15214, 585, 0, 0, '1,2', 0, 0, 0, 0, 0, 233.9639, 0.211427, -2.97703, 6.21302, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); +DELETE FROM `creature_addon` WHERE `guid`=36898; +INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (36898,0,0,0,0,0, '32567 45801'); +UPDATE `creature` SET `orientation`=5.648 WHERE `guid` IN (96825); +UPDATE `creature` SET `orientation`=1.10716 WHERE `guid` IN (96830); +UPDATE `waypoint_data` SET `orientation`=5.648 WHERE `id` IN (968250); +UPDATE `waypoint_data` SET `orientation`=1.107 WHERE `id` IN (968300); |