diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-01-16 18:18:57 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-01-17 17:35:36 -0800 |
commit | d0e9a569f832fae6a91d163c6c8b93f7eb924ff5 (patch) | |
tree | 8499075d69e3b00bf12c16da6a52ef4d7e98be2f /src/char/inter.cpp | |
parent | b34acd1a97e7f087882675e812fda04d303dc6e0 (diff) | |
download | tmwa-d0e9a569f832fae6a91d163c6c8b93f7eb924ff5.tar.gz tmwa-d0e9a569f832fae6a91d163c6c8b93f7eb924ff5.tar.bz2 tmwa-d0e9a569f832fae6a91d163c6c8b93f7eb924ff5.tar.xz tmwa-d0e9a569f832fae6a91d163c6c8b93f7eb924ff5.zip |
Clean up some things after declassization
Diffstat (limited to 'src/char/inter.cpp')
-rw-r--r-- | src/char/inter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/char/inter.cpp b/src/char/inter.cpp index f04500c..fe82ac3 100644 --- a/src/char/inter.cpp +++ b/src/char/inter.cpp @@ -17,6 +17,8 @@ #include "int_party.hpp" #include "int_storage.hpp" +#include "../poison.hpp" + #define WISDATA_TTL (60*1000) // Existence time of Wisp/page data (60 seconds) // that is the waiting time of answers of all map-servers #define WISDELLIST_MAX 256 // Number of elements of Wisp/page data deletion list |