mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Updated LevelSoundEventPacket sound constants
This commit is contained in:
@@ -122,8 +122,10 @@ class LevelSoundEventPacket extends DataPacket{
|
|||||||
const SOUND_HAGGLE_YES = 91;
|
const SOUND_HAGGLE_YES = 91;
|
||||||
const SOUND_HAGGLE_NO = 92;
|
const SOUND_HAGGLE_NO = 92;
|
||||||
const SOUND_HAGGLE_IDLE = 93;
|
const SOUND_HAGGLE_IDLE = 93;
|
||||||
const SOUND_DEFAULT = 94;
|
const SOUND_CHORUSGROW = 94;
|
||||||
const SOUND_UNDEFINED = 95;
|
const SOUND_CHORUSDEATH = 95;
|
||||||
|
const SOUND_DEFAULT = 96;
|
||||||
|
const SOUND_UNDEFINED = 97;
|
||||||
|
|
||||||
public $sound;
|
public $sound;
|
||||||
public $x;
|
public $x;
|
||||||
|
Reference in New Issue
Block a user