mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
fix warning
This commit is contained in:
parent
cf0aab6d4d
commit
d4a6308705
@ -717,7 +717,7 @@ void ProtocolGame::parseCreatureSpeak(InputMessage& msg)
|
|||||||
std::string name = msg.getString(); // name
|
std::string name = msg.getString(); // name
|
||||||
int level = msg.getU16(); // level
|
int level = msg.getU16(); // level
|
||||||
int type = msg.getU8();
|
int type = msg.getU8();
|
||||||
int channelId;
|
int channelId = 0;
|
||||||
Position creaturePos;
|
Position creaturePos;
|
||||||
|
|
||||||
switch(type) {
|
switch(type) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user