diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 9b7a3b964..e04602b99 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -320,6 +320,7 @@ struct map_session_data { unsigned short unstripable_equip; int fixcastrate,varcastrate; int ematk; // matk bonus from equipment +// int eatk; // atk bonus from equipment } bonus; // zeroed vars end here. |