From c47a60ea57889074a5a5a45b45ea2ef522021ecc Mon Sep 17 00:00:00 2001 From: Vox Date: Sun, 14 Feb 2021 12:36:51 -0500 Subject: [PATCH] fix(DB/creature): Ham from Reese Langston position (#4564) --- .../pending_db_world/rev_1613242843051334000.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1613242843051334000.sql diff --git a/data/sql/updates/pending_db_world/rev_1613242843051334000.sql b/data/sql/updates/pending_db_world/rev_1613242843051334000.sql new file mode 100644 index 000000000..75f30e0dd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1613242843051334000.sql @@ -0,0 +1,11 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613242843051334000'); + +/* Adjust Position and remove piece of Ham from Reese Langston + Source: https://wow.gamepedia.com/Reese_Langston +*/ + +UPDATE `creature_equip_template` SET `ItemID2` = 0 WHERE (`CreatureID` = 1327); + +DELETE FROM `creature` WHERE (`id` = 1327) AND (`guid` IN (79751)); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(79751, 1327, 0, 0, 0, 1, 1, 0, 1, -8606.001953, 383.925995, 102.923599, 3.79168, 310, 0, 0, 1003, 0, 0, 0, 0, 0, '', 0);