mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Chocobo stuff:
PopulaceChocoboLender - Made rental time 10 minutes again (as retail had it). Added Vesper Bay NPC's rental location as close as I could get it from a blurry source. ChocoboRideCommand - Fixed the method used to pull a zone's music so the script doesn't fail.
This commit is contained in:
parent
b34f214e67
commit
b08827568c
2 changed files with 4 additions and 3 deletions
|
@ -26,7 +26,7 @@ function onEventStarted(player, actor, eventType, eventName, isGoobbue)
|
|||
player:ChangeSpeed(0.0, 3.6, 9.0, 9.0);
|
||||
player:ChangeState(15);
|
||||
else
|
||||
player:ChangeMusic(player:GetZone().bgmDay, MUSIC_FADEIN);
|
||||
player:ChangeMusic(player.currentArea.bgmDay, MUSIC_FADEIN);
|
||||
|
||||
worldMaster = GetWorldMaster();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue