mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 11:47:48 +00:00
Added Goobbue to the checks.
This commit is contained in:
parent
ea7bf4b86d
commit
96641865bc
1 changed files with 6 additions and 1 deletions
|
@ -563,7 +563,12 @@ namespace Meteor.Map.Actors
|
|||
if (rentalExpireTime != 0)
|
||||
QueuePacket(SetMusicPacket.BuildPacket(actorId, 64, 0x01)); //Rental
|
||||
else
|
||||
{
|
||||
if (mountState == 1)
|
||||
QueuePacket(SetMusicPacket.BuildPacket(actorId, 83, 0x01)); //Mount
|
||||
else
|
||||
QueuePacket(SetMusicPacket.BuildPacket(actorId, 98, 0x01)); //Goobbue
|
||||
}
|
||||
}
|
||||
else
|
||||
QueuePacket(SetMusicPacket.BuildPacket(actorId, zone.bgmDay, 0x01)); //Zone
|
||||
|
|
Loading…
Add table
Reference in a new issue