mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(DB/smart_scripts): Adjust SAI for Elder Timberling (#5170)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617743115631291700');
|
||||
|
||||
UPDATE `smart_scripts` SET `event_chance`=100, `event_param2`=50, `event_param3`=9000, `event_param4`=15000, `comment`='Elder Timberling - Between 0-50% Health - Cast Healing Wave' WHERE `entryorguid`=2030 AND `source_type`=0 AND `id`=2 AND `link`=0;
|
||||
|
||||
Reference in New Issue
Block a user