From d77fc93f0a60f5e76e0fe3829d163fe7d1138cfa Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Thu, 24 Aug 2023 15:55:43 +0200 Subject: [PATCH] fix(DB/SAI): Change Delmanis the Hated ReactState (#17059) * initial * initial * typo * change to simple update * aggressive not defensive --- .../updates/pending_db_world/move-delmanis-to-normal-wps.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/move-delmanis-to-normal-wps.sql diff --git a/data/sql/updates/pending_db_world/move-delmanis-to-normal-wps.sql b/data/sql/updates/pending_db_world/move-delmanis-to-normal-wps.sql new file mode 100644 index 000000000..6fc5aae43 --- /dev/null +++ b/data/sql/updates/pending_db_world/move-delmanis-to-normal-wps.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_param6` = 2 WHERE `entryorguid` = 3662 AND `source_type` = 0 AND `id` = 3; +UPDATE `smart_scripts` SET `action_param6` = 2 WHERE `entryorguid` = 366200 AND `source_type` = 9 AND `id` = 1;