From 37793bd23813f24160988678877cfac2be399250 Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Wed, 14 Apr 2021 09:14:25 -0600 Subject: [PATCH] fix(DB/smart_scripts): Deviate Guardian - Call for help (#5280) --- data/sql/updates/pending_db_world/rev_1618370524737999000.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1618370524737999000.sql diff --git a/data/sql/updates/pending_db_world/rev_1618370524737999000.sql b/data/sql/updates/pending_db_world/rev_1618370524737999000.sql new file mode 100644 index 000000000..b9c6c639a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1618370524737999000.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618370524737999000'); + +UPDATE `smart_scripts` SET `action_type`=39, `action_param1`=40, `comment`='Deviate Guardian - Between 0-15% Health - Call for help' WHERE `entryorguid`=3637 AND `source_type`=0 AND `id`=0 AND `link`=1; +