diff options
author | wushin <pasekei@gmail.com> | 2013-10-02 15:39:08 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-10-02 15:39:08 -0500 |
commit | 595073f2c73e48b2cf59d3af2b695eaeb105b786 (patch) | |
tree | 60c33de36f6f02c181bd7182c595eb0ecfb5975d | |
parent | 08cee27bd85f7b7bee9103807f6580d201a4a0a4 (diff) | |
download | serverdata-595073f2c73e48b2cf59d3af2b695eaeb105b786.tar.gz serverdata-595073f2c73e48b2cf59d3af2b695eaeb105b786.tar.bz2 serverdata-595073f2c73e48b2cf59d3af2b695eaeb105b786.tar.xz serverdata-595073f2c73e48b2cf59d3af2b695eaeb105b786.zip |
Commas after the Const declaration is invalid
-rw-r--r-- | world/map/db/const.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 657f5130..240507a7 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -650,15 +650,15 @@ E10_ISLAND_MENU_WISPS 14 E10_ISLAND_MENU_OFFER_LIFESTONE 15 // Flags for the battle caves. -BATTLE_CAVE1, 1 -BATTLE_CAVE2, 2 -BATTLE_CAVE3, 4 -BATTLE_CAVE4, 8 -BATTLE_CAVE5, 16 -BATTLE_CAVE6, 32 -BATTLE_CAVE7, 64 -BATTLE_CAVE8, 128 -BATTLE_CAVE9, 256 +BATTLE_CAVE1 1 +BATTLE_CAVE2 2 +BATTLE_CAVE3 4 +BATTLE_CAVE4 8 +BATTLE_CAVE5 16 +BATTLE_CAVE6 32 +BATTLE_CAVE7 64 +BATTLE_CAVE8 128 +BATTLE_CAVE9 256 // Miscellaneous E10_COLLECT_EGGS_ID 1246 |