mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 22:14:39 +02:00
Man0u0 wip progress.
This commit is contained in:
parent
2cbb48621b
commit
68a2685cf1
3 changed files with 285 additions and 8 deletions
|
@ -917,7 +917,7 @@ namespace Meteor.Map.Actors
|
|||
|
||||
public void ChangeMusic(ushort musicId, ushort musicTrackMode)
|
||||
{
|
||||
QueuePacket(SetMusicPacket.BuildPacket(actorId, musicId, musicTrackMode));
|
||||
QueuePacket(SetMusicPacket.BuildPacket(Id, musicId, musicTrackMode));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue