Merge remote-tracking branch 'origin/3.7'

This commit is contained in:
Dylan K. Taylor
2019-04-12 18:33:13 +01:00
8 changed files with 50 additions and 29 deletions

View File

@ -73,13 +73,6 @@ use const INT32_MIN;
class Human extends Creature implements ProjectileSource, InventoryHolder{
public const DATA_PLAYER_FLAG_SLEEP = 1;
public const DATA_PLAYER_FLAG_DEAD = 2; //TODO: CHECK
public const DATA_PLAYER_FLAGS = 26;
public const DATA_PLAYER_BED_POSITION = 28;
/** @var PlayerInventory */
protected $inventory;