fix debug caused by SendIcons. Fix max stamina. Fix character say. Fully finish 7.81 basic implementation.

This commit is contained in:
ErikasKontenis
2019-11-13 17:06:13 +02:00
parent 527debe319
commit 05af593814
6 changed files with 64 additions and 63 deletions

View File

@@ -234,7 +234,6 @@ class ProtocolGame final : public Protocol
void AddPlayerSkills(NetworkMessage& msg);
void AddWorldLight(NetworkMessage& msg, const LightInfo& lightInfo);
void AddCreatureLight(NetworkMessage& msg, const Creature* creature);
void AddCreatureSpeak(NetworkMessage& msg, const Creature* creature, SpeakClasses type, const std::string& text, uint16_t channelId, const Position* pos = nullptr);
//tiles
static void RemoveTileThing(NetworkMessage& msg, const Position& pos, uint32_t stackpos);