summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-20 19:40:53 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-20 19:40:53 +0000
commit70c20becdaf7722c6b728263f8c13a29e5a87287 (patch)
tree70609ad1b65488c4c9f2267365bfa14df974a173 /src/map/clif.c
parent74d35a9d33bcdba381e9e78af1bdf59d106f1493 (diff)
downloadhercules-70c20becdaf7722c6b728263f8c13a29e5a87287.tar.gz
hercules-70c20becdaf7722c6b728263f8c13a29e5a87287.tar.bz2
hercules-70c20becdaf7722c6b728263f8c13a29e5a87287.tar.xz
hercules-70c20becdaf7722c6b728263f8c13a29e5a87287.zip
- Removed my barricade implementation. Not required in WoE SE.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13097 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 341fa67c5..a87748227 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7937,7 +7937,6 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
//Login Event
npc_script_event(sd, NPCE_LOGIN);
- mob_barricade_get(sd);
} else {
//For some reason the client "loses" these on warp/map-change.
clif_updatestatus(sd,SP_STR);
@@ -7979,7 +7978,6 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
clif_announce(&sd->bl, output, strlen(output) + 1, 0x00CC66, 3);
}
- mob_barricade_get(sd);
sd->state.changemap = false;
}