From edd211997e66f6767f85b9409d6d78fbbf4094ae Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Thu, 14 Apr 2022 12:23:00 -0400 Subject: [PATCH] fix (db) Harpy Z Axis fix (#11284) * fix (db) Harpy Z Axis fix * Update rev_1649093998908343415.sql * Update rev_1649093998908343415.sql --- .../updates/pending_db_world/rev_1649093998908343415.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1649093998908343415.sql diff --git a/data/sql/updates/pending_db_world/rev_1649093998908343415.sql b/data/sql/updates/pending_db_world/rev_1649093998908343415.sql new file mode 100644 index 000000000..30701a331 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1649093998908343415.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649093998908343415'); + +-- readjust harpy npc from being above ground and not under mesh falling to its death +DELETE FROM `creature` WHERE `guid`=51729; +INSERT INTO `creature` (`guid`, `id1`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(51729, 5362, 1, 0, 0, 1, 1, 0, -3090.12, 2781.57, 75.6233, 0.575489, 300, 15, 0, 2062, 1695, 1, 0, 0, 0, '', 0);