mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(DB/SAI): Fixes starting waypoint movement during "I Sense a Distu… (#12350)
* fix(DB/SAI): Fixes starting waypoint movement during "I Sense a Disturbance" quest. Fixes #11857 * Update.
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
--
|
||||||
|
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=28665 AND `source_type`=0 AND `id`=0;
|
||||||
|
UPDATE `smart_scripts` SET `event_type`=27 WHERE `entryorguid`=28665 AND `source_type`=0 AND `id`=1;
|
||||||
|
UPDATE `smart_scripts` SET `event_flags`=`event_flags`|512 WHERE `entryorguid`=2866500 AND `source_type`=9;
|
||||||
Reference in New Issue
Block a user