mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Quest: fix Territorial Trespass SmartScript to use proper target type (tag #20310)
This commit is contained in:
2
sql/updates/world/3.3.5/2018_02_12_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2018_02_12_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- SAI target fix for Territorial Trespass (13051)
|
||||
update `smart_scripts` set `target_type`=23 where (`source_type`=0 and `entryorguid`=30461 and `id`=2) or (`source_type`=9 and `entryorguid`=3046200 and `id` in (1,4));
|
||||
Reference in New Issue
Block a user