summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro11c <b.r.longbons@gmail.com>2013-10-02 13:57:45 -0700
committero11c <b.r.longbons@gmail.com>2013-10-02 13:57:45 -0700
commit884a4e9dad5c0ca4864767fd6d1f249ef89a87de (patch)
tree60c33de36f6f02c181bd7182c595eb0ecfb5975d
parent08cee27bd85f7b7bee9103807f6580d201a4a0a4 (diff)
parent595073f2c73e48b2cf59d3af2b695eaeb105b786 (diff)
downloadserverdata-884a4e9dad5c0ca4864767fd6d1f249ef89a87de.tar.gz
serverdata-884a4e9dad5c0ca4864767fd6d1f249ef89a87de.tar.bz2
serverdata-884a4e9dad5c0ca4864767fd6d1f249ef89a87de.tar.xz
serverdata-884a4e9dad5c0ca4864767fd6d1f249ef89a87de.zip
Merge pull request #38 from wushin/rossy-fix
Commas after the Const declaration are invalid
-rw-r--r--world/map/db/const.txt18
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