What's new

[v11] Exodus, Quest

Elvarion

Silver Supporter
Veteran Member
47
2014
1
[Location, Faction, Race] Gilneas, Alliance, Worgen
[Name, Type] Exodus, Quest
[Problem Description] Trying to enter Carriage does not work. It sends a part of the wooden structure away of the carriage that does the whole ride. But it never mounts the player on anything.
[How it should work] Entering the carriage and it takes you to the crash site.

Worked in v10.1
 

ExO

Admin
5,119
2014
1,639
[Location, Faction, Race] Gilneas, Alliance, Worgen
[Name, Type] Exodus, Quest
[Problem Description] Trying to enter Carriage does not work. It sends a part of the wooden structure away of the carriage that does the whole ride. But it never mounts the player on anything.
[How it should work] Entering the carriage and it takes you to the crash site.

Worked in v10.1

Run this SQL query in DB and it's fixed:
UPDATE smart_scripts SET target_type=1, target_param1=0, target_param2=0 WHERE entryorguid=44928 AND source_type=0 AND id=0 AND `link`=1;
 
Top