mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB/SAI): Fix Arcatraz Sentinels spawning at 1 health (#15762)
Create sentinel2.sql
This commit is contained in:
1
data/sql/updates/pending_db_world/sentinel2.sql
Normal file
1
data/sql/updates/pending_db_world/sentinel2.sql
Normal 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;
|
||||
Reference in New Issue
Block a user