mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user