From a50bb578e9ddeca54cbdb78f74f96dca5130c93f Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Sun, 20 May 2018 03:16:53 +0200 Subject: [PATCH] Change Fear spell of Bleeding Hollow Tormentor from 33924 to 12542, as the former causes Fear on the NPC itself (#842) --- data/sql/updates/pending_db_world/rev_1525369633022692869.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1525369633022692869.sql diff --git a/data/sql/updates/pending_db_world/rev_1525369633022692869.sql b/data/sql/updates/pending_db_world/rev_1525369633022692869.sql new file mode 100644 index 000000000..6658daa4b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1525369633022692869.sql @@ -0,0 +1,3 @@ +INSERT INTO version_db_world (`sql_rev`) VALUES ('1525369633022692869'); + +UPDATE `smart_scripts` SET `action_param1` = 12542 WHERE `entryorguid` = 19424 AND `id` = 0;