summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-06-09 01:53:57 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-06-09 01:54:00 -0300
commitde8b0185c61ff017bb22ffc17754a6711356bd9f (patch)
tree33d5d1905977cf612998c9ba3e38973b02782828 /src/map/battle.h
parent5691ee81a7b602f7a77424aa775af3aea006d4f3 (diff)
downloadhercules-de8b0185c61ff017bb22ffc17754a6711356bd9f.tar.gz
hercules-de8b0185c61ff017bb22ffc17754a6711356bd9f.tar.bz2
hercules-de8b0185c61ff017bb22ffc17754a6711356bd9f.tar.xz
hercules-de8b0185c61ff017bb22ffc17754a6711356bd9f.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
};
/**