From f8167d4d0256eec4d47c3a0e0f144d5b8fffd494 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Mon, 3 Jun 2019 07:26:39 +0200 Subject: [PATCH] fix(DB/SAI): Ring of Blood creature despawn (#1901) * fix(DB/SAI): Ring of Blood creature despawn * condensed update statements --- data/sql/updates/pending_db_world/rev_1559053099143474521.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1559053099143474521.sql diff --git a/data/sql/updates/pending_db_world/rev_1559053099143474521.sql b/data/sql/updates/pending_db_world/rev_1559053099143474521.sql new file mode 100644 index 000000000..5c4e9ccf3 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1559053099143474521.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559053099143474521'); + +UPDATE `smart_scripts` SET `action_param2` = 4, `action_param3` = 10000 WHERE `source_type` = 9 AND `id` = 1 AND `entryorguid` IN (1847100,1847101,1847102,1847103,1847104); +UPDATE `smart_scripts` SET `action_param2` = 4, `action_param3` = 10000 WHERE `entryorguid` = 1847101 AND `source_type` = 9 AND `id` = 2;