changeset 941:c44c9883b00f

m
author Ritor1
date Wed, 01 May 2013 16:04:37 +0600
parents f14af5bd375a
children 530e3d5ab48d
files mm7_2.cpp
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mm7_2.cpp	Wed May 01 15:32:20 2013 +0600
+++ b/mm7_2.cpp	Wed May 01 16:04:37 2013 +0600
@@ -6867,6 +6867,11 @@
           for (uint i = 0; i < 4; ++i)
             pParty->pPlayers[i].uSkillPoints = 50;
         return 0;
+
+        case 40044://conditions
+          pPlayers[uActiveCharacter]->pConditions[3] = 1;
+        return 0;
+
       }
     }
     return DefWindowProcA(hWnd, Msg, wParam, lParam);