fix(DB/smart_scripts): The Plains Vision speed (#6213)

During the Rite of Vision quest (id: 772), The Plains Vision creature
(entry: 2983) guides the player to a location. The creature moves too
fast and outruns the player, making it impossible to follow all the way.

- Closes #5982
- Closes https://github.com/chromiecraft/chromiecraft/issues/680
This commit is contained in:
anguaive
2021-06-12 10:57:44 +02:00
committed by GitHub
parent b3e64d010d
commit d0a5289628

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622735574123785029');
UPDATE `smart_scripts` SET `action_param1` = 0 WHERE `entryorguid` = 2983 AND `source_type` = 0 AND `id` = 0 AND `link` = 0;