Merge remote-tracking branch 'upstream/master' into vijfeuroopjemuil

This commit is contained in:
sdburns1998
2019-07-08 02:44:13 +02:00
15 changed files with 115 additions and 36 deletions

View File

@@ -164,6 +164,7 @@ public final class AnimationID
public static final int BLOCK_SHIELD = 1156;
public static final int BLOCK_SWORD = 388;
public static final int BLOCK_UNARMED = 424; // Same Animation as failed pickpocked
public static final int DRAGONFIRE_SHIELD_SPECIAL = 6696;
// NPC animations
public static final int TZTOK_JAD_RANGE_ATTACK = 2652;

View File

@@ -1685,4 +1685,13 @@ public interface Client extends GameShell
*/
void sortMenuEntries();
/**
* Add player to friendlist
*/
void addFriend(String name);
/**
* Remove player from friendlist
*/
void removeFriend(String name);
}