summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 913f55784..b07369a9e 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9568,6 +9568,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) {
clif->clearunit_area(&sd->bl, CLR_DEAD);
else {
skill->usave_trigger(sd);
+ sd->ud.dir = 0;/* enforce north-facing (not visually, virtually) */
}
// Trigger skill effects if you appear standing on them