summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-27 01:05:32 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-28 04:43:37 +0300
commit004ec930c6cbb64dfa2b4e6be4bbca72589e349d (patch)
tree2bb059b39762ea3aa98ca69a69b75df889ddf8b9
parent7859f12f27070af9aacfd43f5d92191a87332099 (diff)
downloadhercules-004ec930c6cbb64dfa2b4e6be4bbca72589e349d.tar.gz
hercules-004ec930c6cbb64dfa2b4e6be4bbca72589e349d.tar.bz2
hercules-004ec930c6cbb64dfa2b4e6be4bbca72589e349d.tar.xz
hercules-004ec930c6cbb64dfa2b4e6be4bbca72589e349d.zip
Fix values in enum private_airship.
-rw-r--r--src/map/clif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 4c9061c5a..4467eb690 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -592,9 +592,9 @@ enum cz_ui_types {
enum private_airship {
P_AIRSHIP_NONE,
P_AIRSHIP_RETRY,
- P_AIRSHIP_INVALID_START_MAP,
- P_AIRSHIP_INVALID_END_MAP,
P_AIRSHIP_ITEM_NOT_ENOUGH,
+ P_AIRSHIP_INVALID_END_MAP,
+ P_AIRSHIP_INVALID_START_MAP,
P_AIRSHIP_ITEM_INVALID
};