From 6557bd00f0dca5d2f612ac793911b7958029332a Mon Sep 17 00:00:00 2001 From: Alexandru C Date: Fri, 2 Jul 2021 14:21:48 +0300 Subject: [PATCH] fix(DB/creature): rotate Desert Agitator to face the guard when talking (#6577) --- .../sql/updates/pending_db_world/rev_1624655271618733500.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1624655271618733500.sql diff --git a/data/sql/updates/pending_db_world/rev_1624655271618733500.sql b/data/sql/updates/pending_db_world/rev_1624655271618733500.sql new file mode 100644 index 000000000..10e1f6541 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1624655271618733500.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624655271618733500'); + +DELETE FROM `creature` WHERE (`id` = 23602) AND (`guid` = 31046); +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 +(31046, 23602, 1, 0, 0, 1, 1, 21640, 0, -3647.61, -4449.4, 15.008, 0.536, 360, 0, 0, 1009, 1067, 2, 0, 0, 0, '', 0);