From 83b2e0b3ceda907b7186acfcc56c214fc04d9c13 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 7 Feb 2013 19:38:32 -0800 Subject: Remove some macros --- src/map/party.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map/party.cpp') diff --git a/src/map/party.cpp b/src/map/party.cpp index 609044a..b422e04 100644 --- a/src/map/party.cpp +++ b/src/map/party.cpp @@ -17,7 +17,8 @@ #include "../poison.hpp" -#define PARTY_SEND_XYHP_INVERVAL 1000 // 座標やHP送信の間隔 +// 座標やHP送信の間隔 +constexpr int PARTY_SEND_XYHP_INVERVAL = 1000; static struct dbt *party_db; @@ -240,7 +241,7 @@ int party_invite(struct map_session_data *sd, int account_id) { /* Disallow the invitation under these conditions. */ if (tsd->trade_partner || tsd->npc_id - || tsd->npc_shopid || pc_checkskill(tsd, NV_PARTY) < 1) + || tsd->npc_shopid || pc_checkskill(tsd, SkillID::NV_PARTY) < 1) { clif_party_inviteack(sd, tsd->status.name, 1); return 0; -- cgit v1.2.3-70-g09d2