From 595073f2c73e48b2cf59d3af2b695eaeb105b786 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 2 Oct 2013 15:39:08 -0500 Subject: Commas after the Const declaration is invalid --- world/map/db/const.txt | 18 +++++++++--------- 1 file 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 -- cgit v1.2.3-60-g2f50