From f484612b842ff740c75816f2a9e511ec1efc94d5 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 29 May 2022 21:12:31 +0200 Subject: [PATCH] fix(DB): Crashfix. (#11900) Fixes #11842 --- data/sql/updates/pending_db_world/rev_1653731455835127800.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1653731455835127800.sql diff --git a/data/sql/updates/pending_db_world/rev_1653731455835127800.sql b/data/sql/updates/pending_db_world/rev_1653731455835127800.sql new file mode 100644 index 000000000..ba9f41768 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1653731455835127800.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_type`=45, `action_param1`=0, `action_param2`=1 WHERE `entryorguid`=2471801 AND `source_type`=9 AND `id`=3; +UPDATE `smart_scripts` SET `entryorguid`=24823, `source_type`=0, `event_type`=38, `event_param1`=0, `event_param2`=1 WHERE `entryorguid`=2482300 AND `source_type`=9 AND `id`=0;