From a980988a530466e920f9a958033d1b65cada519a Mon Sep 17 00:00:00 2001 From: Lynethris <100411212+Lynethris@users.noreply.github.com> Date: Sat, 23 Apr 2022 16:28:32 +0200 Subject: [PATCH] fix(DB/Creature) Scarlet Warrior position (#11483) * fixes #11473 --- .../sql/updates/pending_db_world/rev_1650635071075389545.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1650635071075389545.sql diff --git a/data/sql/updates/pending_db_world/rev_1650635071075389545.sql b/data/sql/updates/pending_db_world/rev_1650635071075389545.sql new file mode 100644 index 000000000..6e5f3512d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1650635071075389545.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650635071075389545'); + +DELETE FROM `creature` WHERE (`guid` = 38336) AND (`id1` = 1535); +INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `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 +(38336, 1535, 0, 0, 0, 0, 0, 1, 1, 1, 2319.13, 1614.74, 38.1725, 3.14159, 300, 10, 0, 120, 0, 1, 0, 0, 0, '', 0);