Commit 89928749 authored by Chunchi Che's avatar Chunchi Che

fix small

parent 8e8baec0
Pipeline #20539 passed with stages
in 6 minutes and 51 seconds
...@@ -120,12 +120,12 @@ export default class GameMsgAdapter implements StocAdapter { ...@@ -120,12 +120,12 @@ export default class GameMsgAdapter implements StocAdapter {
break; break;
} }
case GAME_MSG.MSG_DAMAGE: { case GAME_MSG.MSG_DAMAGE: {
gameMsg.update_up = MsgDamage(gameData); gameMsg.update_hp = MsgDamage(gameData);
break; break;
} }
case GAME_MSG.MSG_RECOVER: { case GAME_MSG.MSG_RECOVER: {
gameMsg.update_up = MsgRecover(gameData); gameMsg.update_hp = MsgRecover(gameData);
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment