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:
parent
aa89f6c3a6
commit
a24da9b252
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue