From e0a0e883b03cde5e2414c0d1de1ea8e33c51e930 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 23 May 2022 09:25:06 +0200 Subject: [PATCH] fix(DB/Quest): Fixed Captive Crocolisk not moving to final destination. (#11823) Fixes #11809 --- data/sql/updates/pending_db_world/rev_1653127299704263300.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1653127299704263300.sql diff --git a/data/sql/updates/pending_db_world/rev_1653127299704263300.sql b/data/sql/updates/pending_db_world/rev_1653127299704263300.sql new file mode 100644 index 000000000..af506bc75 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1653127299704263300.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2830800;