]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv-2.0/libgameservgldl/include/GameServ/GameLayer/GameObjects/WeaponGO.h
Changed all references of HP to Health
[irc/gameservirc.git] / gameserv-2.0 / libgameservgldl / include / GameServ / GameLayer / GameObjects / WeaponGO.h
index b44cbff29bd46727297fa73bd9b26886aa43a1fe..fdd7bcadf83c61b0171a2c31f4a27ea211596756 100644 (file)
@@ -15,7 +15,7 @@ namespace GameServ { namespace GameLayer { namespace GameObjects {
        {\r
        public:\r
                WeaponGO();\r
-               WeaponGO(const string &name, const int &price, const int &uses, const int &strength, const int &defense, const int &maxhp);\r
+               WeaponGO(const string &name, const int &price, const int &uses, const int &strength, const int &defense, const int &maxhealth);\r
                virtual ~WeaponGO();\r
 \r
        private:\r