diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-10-15 12:57:15 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-10-15 12:57:15 +0800 |
commit | 5188b69f3ed90e8aeabeb7ead44d9ecfaa05aeb1 (patch) | |
tree | 58b5ac65bdd1f233c3321845627669fac5a0d522 /src/map | |
parent | 0fb501bc9813107e96cf75d36cc84380eaa272a3 (diff) | |
download | hercules-5188b69f3ed90e8aeabeb7ead44d9ecfaa05aeb1.tar.gz hercules-5188b69f3ed90e8aeabeb7ead44d9ecfaa05aeb1.tar.bz2 hercules-5188b69f3ed90e8aeabeb7ead44d9ecfaa05aeb1.tar.xz hercules-5188b69f3ed90e8aeabeb7ead44d9ecfaa05aeb1.zip |
Fixed Bug#7764
-reverted r15787 where after warping char must face at north.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index a90ab746f..f50082883 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9617,7 +9617,6 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) { clif->clearunit_area(&sd->bl, CLR_DEAD); else { skill->usave_trigger(sd); - clif->changed_dir(&sd->bl, SELF); } // Trigger skill effects if you appear standing on them |