mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
1
sql/updates/world/3.3.5/2017_05_14_01_world.sql
Normal file
1
sql/updates/world/3.3.5/2017_05_14_01_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `smart_scripts` SET `target_type`=8 WHERE `entryorguid`=2731600 AND `source_type`=9 AND `id` IN(2,3);
|
||||
Reference in New Issue
Block a user