summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-06-09 01:53:57 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:47:16 -0400
commite6baf9ffcf0b8ca25b8c235f7b3760daf88acc4c (patch)
tree8f114cfff20362cfb249888ac9e1d8c5e373bf2a /src/map/battle.h
parent5c75ad053d889a843d81100f72ae5f6ee6842d15 (diff)
downloadhercules-e6baf9ffcf0b8ca25b8c235f7b3760daf88acc4c.tar.gz
hercules-e6baf9ffcf0b8ca25b8c235f7b3760daf88acc4c.tar.bz2
hercules-e6baf9ffcf0b8ca25b8c235f7b3760daf88acc4c.tar.xz
hercules-e6baf9ffcf0b8ca25b8c235f7b3760daf88acc4c.zip
Few adjustments to group search for 2012-04-1x and added new packets for 2013-06-05 (thanks to Shakto).
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 707868e43..f2d870032 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -67,7 +67,7 @@ enum e_battle_check_target { //New definitions [Skotlex]
BCT_NOPARTY = 0x1b0000, // This should be (~BCT_PARTY&BCT_ALL)
BCT_NOENEMY = 0x1d0000, // This should be (~BCT_ENEMY&BCT_ALL)
- BCT_ALL = 0x1f0000, // Sum of BCT_NOONE to BCT_GUILD
+ BCT_ALL = 0x1f0000, // Sum of BCT_NOONE to BCT_NEUTRAL
};
/**