From 6e36c7cfb426444b5c7d1766e59161ee93ca878b Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 6 Jun 2022 14:02:08 +0200 Subject: [PATCH] fix(DB/SAI): Do not summon King Jokkum vehicle if player is mounted. (#11895) Fixed #11799 --- data/sql/updates/pending_db_world/rev_1653724704946000500.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1653724704946000500.sql diff --git a/data/sql/updates/pending_db_world/rev_1653724704946000500.sql b/data/sql/updates/pending_db_world/rev_1653724704946000500.sql new file mode 100644 index 000000000..54dc255e8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1653724704946000500.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=30105 AND `source_type`=0 AND `id`=1;