From 72e3ac60f50998a0f57cdf8d63717e1a70f424ee Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Thu, 14 Oct 2021 14:09:10 +0200 Subject: [PATCH] fix(DB/SmartScripts): Removed casting Dazed from smart scripts. (#8430) Fixes #7773 Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com> --- data/sql/updates/pending_db_world/rev_1633980128389704900.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1633980128389704900.sql diff --git a/data/sql/updates/pending_db_world/rev_1633980128389704900.sql b/data/sql/updates/pending_db_world/rev_1633980128389704900.sql new file mode 100644 index 000000000..52ba68f67 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633980128389704900.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633980128389704900'); + +DELETE FROM `smart_scripts` WHERE `action_type`=11 AND `action_param1` IN (1604,13496);