fix(DB/SAI): Increase range of Set Data for Fenrus the Devourer. (#15107)

This commit is contained in:
avarishd
2023-02-19 06:22:42 +02:00
committed by GitHub
parent c3a8d26109
commit d7071e8702

View File

@@ -0,0 +1,2 @@
-- Fenrus the Devourer - Increase MaxDistance from 100 to 200
UPDATE `smart_scripts` SET `target_param2` = 200 WHERE `entryorguid` = 4274 AND `target_param1` = 4275;