mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
fix warning
This commit is contained in:
@@ -717,7 +717,7 @@ void ProtocolGame::parseCreatureSpeak(InputMessage& msg)
|
||||
std::string name = msg.getString(); // name
|
||||
int level = msg.getU16(); // level
|
||||
int type = msg.getU8();
|
||||
int channelId;
|
||||
int channelId = 0;
|
||||
Position creaturePos;
|
||||
|
||||
switch(type) {
|
||||
|
Reference in New Issue
Block a user