mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
Updated LevelSoundEventPacket sound constants
This commit is contained in:
parent
c537cea87e
commit
40f2d7fcdc
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user