summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-03 17:15:09 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-03 17:15:09 +0000
commit9d73a996d9edba1da1f36461f3838d5571a781a3 (patch)
treee6475b9724879a8375e46a1269611b004b4eaf3c /src/map/clif.c
parentd214e16b4875f2be40c817f609d940a6ff5ef088 (diff)
downloadhercules-9d73a996d9edba1da1f36461f3838d5571a781a3.tar.gz
hercules-9d73a996d9edba1da1f36461f3838d5571a781a3.tar.bz2
hercules-9d73a996d9edba1da1f36461f3838d5571a781a3.tar.xz
hercules-9d73a996d9edba1da1f36461f3838d5571a781a3.zip
- Added event 8 for mobspawns that should spawn with special ai set.
- Modified battle_check_target so that mobs with special ai's default enemy are mobs with no special ai. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5448 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 227e42049..376f15c6d 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -3449,7 +3449,7 @@ int clif_arrow_create_list(struct map_session_data *sd)
nullpo_retr(0, sd);
fd = sd->fd;
- WFIFOHEAD(fd, MAX_SKILL_ARROW_DB*2+4);
+ WFIFOHEAD(fd, MAX_SKILL_ARROW_DB*2+4);
WFIFOW(fd,0) = 0x1ad;
for (i = 0, c = 0; i < MAX_SKILL_ARROW_DB; i++) {