fix(DB/SAI): Captured Scarlet Zealot should die (#4616)
This commit is contained in:
parent
e01a2cc7c3
commit
90f7cf688e
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue