diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 07:35:05 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 07:35:05 +0000 |
commit | f8babb1e01dddcbe4ad055ec70ad972c9bc61c65 (patch) | |
tree | 210c805b906186b0e1b31ac13981a8f5ddf5baab /src/map/script.h | |
parent | b3ea1ba3ad4ba4083f5c5bc1138d1cfd73b1679b (diff) | |
download | hercules-f8babb1e01dddcbe4ad055ec70ad972c9bc61c65.tar.gz hercules-f8babb1e01dddcbe4ad055ec70ad972c9bc61c65.tar.bz2 hercules-f8babb1e01dddcbe4ad055ec70ad972c9bc61c65.tar.xz hercules-f8babb1e01dddcbe4ad055ec70ad972c9bc61c65.zip |
* Merged changes up to eAthena 15067.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15481 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 9de1285b8..4815a438d 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -4,6 +4,8 @@ #ifndef _SCRIPT_H_ #define _SCRIPT_H_ +#define NUM_WHISPER_VAR 10 + struct map_session_data; extern int potion_flag; //For use on Alchemist improved potions/Potion Pitcher. [Skotlex] |