fix warning

master
Eduardo Bart 13 years ago
parent 203d5768cb
commit a6b66e3f7e

@ -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) {

Loading…
Cancel
Save