Updated LevelSoundEventPacket sound constants

This commit is contained in:
Dylan K. Taylor 2017-05-04 16:00:49 +01:00
parent c537cea87e
commit 40f2d7fcdc

View File

@ -122,8 +122,10 @@ class LevelSoundEventPacket extends DataPacket{
const SOUND_HAGGLE_YES = 91;
const SOUND_HAGGLE_NO = 92;
const SOUND_HAGGLE_IDLE = 93;
const SOUND_DEFAULT = 94;
const SOUND_UNDEFINED = 95;
const SOUND_CHORUSGROW = 94;
const SOUND_CHORUSDEATH = 95;
const SOUND_DEFAULT = 96;
const SOUND_UNDEFINED = 97;
public $sound;
public $x;