diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-26 09:25:55 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-26 09:25:55 +0000 |
commit | 042913149087cff4dad4d36aa1a9c13703472f07 (patch) | |
tree | cd78ad741b36c91f1c0b48a63a8f7366464673fd /src/map/pc.h | |
parent | 525e08137aa36cc2bbd8284f8b48de01bbb70b4f (diff) | |
download | hercules-042913149087cff4dad4d36aa1a9c13703472f07.tar.gz hercules-042913149087cff4dad4d36aa1a9c13703472f07.tar.bz2 hercules-042913149087cff4dad4d36aa1a9c13703472f07.tar.xz hercules-042913149087cff4dad4d36aa1a9c13703472f07.zip |
Moved the new novending cell check from the internal code to the client-server interface (allows server to force-open shop if needed)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11580 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 05368d6d5..dcef362fd 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -7,7 +7,7 @@ #include "../common/mmo.h" // JOB_*, MAX_FAME_LIST, struct fame_list, struct mmo_charstatus #include "../common/timer.h" // INVALID_TIMER #include "battle.h" // battle_config -#include "map.h" // struct map_session_data +#include "map.h" // JOB_*, struct map_session_data #include "status.h" // OPTION_* #include "unit.h" // unit_stop_attack(), unit_stop_walking() |