From 441ab4522557e73207502ae906b92859e46334ab Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sat, 29 Oct 2022 12:13:52 +0200 Subject: [PATCH] fix(DB/WorldEvents): Added missing spawn of Katrina Shimmerstar. (#13516) Fixes #13510 --- .../updates/pending_db_world/rev_1666530994967113600.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1666530994967113600.sql diff --git a/data/sql/updates/pending_db_world/rev_1666530994967113600.sql b/data/sql/updates/pending_db_world/rev_1666530994967113600.sql new file mode 100644 index 000000000..3261365e7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1666530994967113600.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid`=91799; +INSERT INTO `creature` (`guid`, `id1`, `map`, `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 +(91799,15353,0,1,1,1,-4918.64,-983.141,501.538,2.43867,300,0,0,1,0,0,0,0,0,'',0); + +DELETE FROM `game_event_creature` WHERE `guid`=91799; +INSERT INTO `game_event_creature` VALUES +(12,91799);