DB/SAI: A Righteous Sermon

Fix bad target for script for move to position which was using target 1 instead of 8 which was causing npc to walk through wall and dissapear on quest accept

(cherry picked from commit e263654c77)
This commit is contained in:
Dr-J
2017-05-14 11:52:36 +01:00
committed by funjoker
parent 4015c02a42
commit 7f43529e17

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `target_type`=8 WHERE `entryorguid`=2731600 AND `source_type`=9 AND `id` IN(2,3);