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
This commit is contained in:
Dr-J
2017-05-14 11:52:36 +01:00
committed by GitHub
parent 4b62734381
commit e263654c77

View File

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