fix(DB/SAI): Fix Arcatraz Sentinels spawning at 1 health (#15762)

Create sentinel2.sql
This commit is contained in:
Gultask
2023-04-02 10:13:34 -03:00
committed by GitHub
parent 1acbb9ee53
commit 9eb539a5af

View File

@@ -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;