From 8d8c688520a1af14f0dd99e42045c3c1106d09ac Mon Sep 17 00:00:00 2001 From: David Athay Date: Tue, 12 Jun 2007 12:24:53 +0000 Subject: Fix of DEF_BONUS not updating, and added Mac OSX icon. --- ChangeLog | 12 +++++++++--- data/icons/The Mana World.icns | Bin 0 -> 65136 bytes src/net/playerhandler.cpp | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 data/icons/The Mana World.icns diff --git a/ChangeLog b/ChangeLog index 1d960159..e0f137cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2007-06-11 Philipp Sehmisch +2007-06-12 David Athay - * src/particle.h, src/being.cpp: Fixed a bug that prevented being-controlled - particles from being deleted (thanks to tuchs for reporting). + * src/net/playerhandler.cpp, data/icons/The Mana World.icns: Fixed bug + with DEF_BONUS not updating Mantis id: 0000087 and add Mac OSX icon. + +»¿2007-06-11 Philipp Sehmisch + + * src/particle.h, src/being.cpp: Fixed a bug that prevented + being-controlled particles from being deleted (thanks to tuchs for + reporting). 2007-06-06 Bjørn Lindeijer diff --git a/data/icons/The Mana World.icns b/data/icons/The Mana World.icns new file mode 100644 index 00000000..7230a099 Binary files /dev/null and b/data/icons/The Mana World.icns differ diff --git a/src/net/playerhandler.cpp b/src/net/playerhandler.cpp index 0eab86ca..514e7538 100644 --- a/src/net/playerhandler.cpp +++ b/src/net/playerhandler.cpp @@ -174,6 +174,7 @@ void PlayerHandler::handleMessage(MessageIn *msg) case 0x0029: player_node->ATK = value; break; case 0x002b: player_node->MATK = value; break; case 0x002d: player_node->DEF = value; break; + case 0x002e: player_node->DEF_BONUS = value; break; case 0x002f: player_node->MDEF = value; break; case 0x0031: player_node->HIT = value; break; case 0x0032: player_node->FLEE = value; break; -- cgit v1.2.3-70-g09d2