fix(DB/NPC-Quest): Protecting the Shipment (#7024)
Now Miran will walk instead of running to the quest marker - Closes #6985
This commit is contained in:
parent
fdfa9e3c57
commit
3802eaeb2c
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626683624183921600');
|
||||
|
||||
-- Changed the param WP_START run from 1 to 0 so he walks when the quest starts.
|
||||
UPDATE `smart_scripts` SET `action_param1` = 0 WHERE (`entryorguid` = 1379) AND (`source_type` = 0) AND (`id` IN (0));
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue