DB/Quest: fix Territorial Trespass SmartScript to use proper target type (tag #20310)

(cherry picked from commit 92a8f652036d99b0b28407a879d956d554a1905a)
This commit is contained in:
Treeston
2021-06-19 23:33:38 +02:00
committed by Shauren
parent 6d79b329ac
commit 65172db460
@@ -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));