diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-16 01:32:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-04-07 22:38:34 +0300 |
commit | fb6ae9943cdad5088d5bb0a1350bcef9ea36bcd1 (patch) | |
tree | 26d0c9cd3d4b217975c0af79f5cf05ec6f0dbf6f /src | |
parent | bb7a5d322a7fcdb18b0354f6b888c5522ff06c14 (diff) | |
download | hercules-fb6ae9943cdad5088d5bb0a1350bcef9ea36bcd1.tar.gz hercules-fb6ae9943cdad5088d5bb0a1350bcef9ea36bcd1.tar.bz2 hercules-fb6ae9943cdad5088d5bb0a1350bcef9ea36bcd1.tar.xz hercules-fb6ae9943cdad5088d5bb0a1350bcef9ea36bcd1.zip |
Add missing enum value for clif_feel_req
Diffstat (limited to 'src')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index a037d3436..1e8a88df1 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -15662,6 +15662,7 @@ static void clif_parse_FeelSaveOk(int fd, struct map_session_data *sd) /// 0 = sun /// 1 = moon /// 2 = star +/// 10 = Do you agree to cast the magic spell that consumes 1 Black Gemstone and 1,000,000 Zeny? static void clif_feel_req(int fd, struct map_session_data *sd, uint16 skill_lv) { nullpo_retv(sd); |