diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 13:50:56 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 13:50:56 +0000 |
commit | cef44b0916ccffb9ac8d24460b302949e7367b04 (patch) | |
tree | ea6e258b9360e37b4e5b4954498444b979a3c59e /src/map/map.h | |
parent | df4acc64d0b550a5e5201de3ceae7f4c4e210670 (diff) | |
download | hercules-cef44b0916ccffb9ac8d24460b302949e7367b04.tar.gz hercules-cef44b0916ccffb9ac8d24460b302949e7367b04.tar.bz2 hercules-cef44b0916ccffb9ac8d24460b302949e7367b04.tar.xz hercules-cef44b0916ccffb9ac8d24460b302949e7367b04.zip |
* Updated Stone Curse
* Implemented Confusion (50%)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@487 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 0c456c51a..1a1353983 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -169,6 +169,7 @@ struct map_session_data { unsigned int client_tick,server_tick; struct walkpath_data walkpath; int walktimer; + int next_walktime; int npc_id,areanpc_id,npc_shopid; int npc_pos; int npc_menu; |