summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-20 20:56:35 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-20 20:56:35 +0000
commit9e0d52a541b2733575467ae0a7650e5d7a6cfc17 (patch)
tree9b35853a893557fa418ae1e47539532a7c1b4fe8 /src/map/clif.c
parent95a7f7d5ac462e982a427445108c0a1bda12692e (diff)
downloadhercules-9e0d52a541b2733575467ae0a7650e5d7a6cfc17.tar.gz
hercules-9e0d52a541b2733575467ae0a7650e5d7a6cfc17.tar.bz2
hercules-9e0d52a541b2733575467ae0a7650e5d7a6cfc17.tar.xz
hercules-9e0d52a541b2733575467ae0a7650e5d7a6cfc17.zip
- New invisible walls system (for WOE SE and Battlegrounds).
- New script commands for this system "setwall" and "delwall" - Added other scripts commands "changelook" (can be used to try clothes colors, hair styles, headgears, etc without saving this on logout). - Added getmobdrops to request a list of drop and rate of an specified class. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13101 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index a87748227..a84622d54 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7978,6 +7978,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
clif_announce(&sd->bl, output, strlen(output) + 1, 0x00CC66, 3);
}
+ map_iwall_get(sd); // Updates Walls Info on this Map to Client
sd->state.changemap = false;
}