From 9eb539a5af165820ae8b75ce21834fa698cf96c1 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sun, 2 Apr 2023 10:13:34 -0300 Subject: [PATCH] fix(DB/SAI): Fix Arcatraz Sentinels spawning at 1 health (#15762) Create sentinel2.sql --- data/sql/updates/pending_db_world/sentinel2.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/sentinel2.sql diff --git a/data/sql/updates/pending_db_world/sentinel2.sql b/data/sql/updates/pending_db_world/sentinel2.sql new file mode 100644 index 000000000..2cb8b3966 --- /dev/null +++ b/data/sql/updates/pending_db_world/sentinel2.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_type` = 25 AND `comment` = 'Arcatraz Sentinel - On Reset - Set Health 40%' WHERE `source_type` = 0 AND `entryorguid` = 20869 AND `id` = 0;