mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(DB/SAI): Captured Scarlet Zealot should die (#4616)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613853959150972140');
|
||||
|
||||
-- Captured Scarlet Zealot should die when event is triggered
|
||||
|
||||
UPDATE `smart_scripts` SET `action_type`=51, `action_param1`=0 WHERE `entryorguid`=193100 AND `id`=7;
|
||||
Reference in New Issue
Block a user