mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2026-01-03 13:37:11 +01:00
introduce physical damage calculator for paladins and knights
This commit is contained in:
@@ -110,8 +110,8 @@ class NetworkMessage
|
||||
|
||||
// write functions for complex types
|
||||
void addPosition(const Position& pos);
|
||||
void addItem(uint16_t id, uint8_t count);
|
||||
void addItem(const Item* item);
|
||||
void addItem(uint16_t id, uint8_t count, bool textWindow = false);
|
||||
void addItem(const Item* item, bool textWindow = false);
|
||||
void addItemId(uint16_t itemId);
|
||||
|
||||
MsgSize_t getLength() const {
|
||||
|
||||
Reference in New Issue
Block a user