summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-02 21:41:57 -0300
committershennetsind <ind@henn.et>2013-05-02 21:41:57 -0300
commit64adafab4a56d97f547a5daf0f9feda3f9a12032 (patch)
tree61defddf4e9a71f64fe4295944833815ef820a5a /src/map/clif.h
parent274bfc3b06616ea03c467d8eed23fae61c72fe18 (diff)
downloadhercules-64adafab4a56d97f547a5daf0f9feda3f9a12032.tar.gz
hercules-64adafab4a56d97f547a5daf0f9feda3f9a12032.tar.bz2
hercules-64adafab4a56d97f547a5daf0f9feda3f9a12032.tar.xz
hercules-64adafab4a56d97f547a5daf0f9feda3f9a12032.zip
Fixed Bug #7064
Special Thanks to Kyeme~! http://hercules.ws/board/tracker/issue-7064-item-scroll/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 9dfa83e00..b981cc535 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -324,6 +324,7 @@ enum clif_messages {
enum clif_colors {
COLOR_RED,
COLOR_DEFAULT,
+ COLOR_WHITE,
COLOR_MAX
};