fix(DB/SAI): Ring of Blood creature despawn (#1901)
* fix(DB/SAI): Ring of Blood creature despawn * condensed update statements
This commit is contained in:
parent
1c54fce4e9
commit
f8167d4d02
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559053099143474521');
|
||||
|
||||
UPDATE `smart_scripts` SET `action_param2` = 4, `action_param3` = 10000 WHERE `source_type` = 9 AND `id` = 1 AND `entryorguid` IN (1847100,1847101,1847102,1847103,1847104);
|
||||
UPDATE `smart_scripts` SET `action_param2` = 4, `action_param3` = 10000 WHERE `entryorguid` = 1847101 AND `source_type` = 9 AND `id` = 2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue