mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-04 08:07:09 +01:00
DB/SAI: Fix Frozen Earth SAI targeting issues
This commit is contained in:
2
sql/updates/world/2011_06_17_13_world_smart_scripts.sql
Normal file
2
sql/updates/world/2011_06_17_13_world_smart_scripts.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Fix Frozen Earth SAI
|
||||
UPDATE `smart_scripts` SET `target_type`=1,`target_param1`=0,`target_param2`=0 WHERE `comment` LIKE 'Frozen Earth%' AND `action_param1`=51590;
|
||||
Reference in New Issue
Block a user