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:
Asthalor
2021-07-23 13:18:08 +02:00
committed by GitHub
parent fdfa9e3c57
commit 3802eaeb2c

View File

@@ -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));