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:
Stoabrogga
2019-06-03 07:26:39 +02:00
committed by Poszer
parent 1c54fce4e9
commit f8167d4d02

View File

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