summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-01-05 10:30:44 -0500
committermekolat <mekolat@users.noreply.github.com>2016-02-08 21:04:25 -0500
commit401ff146cbd56e214007c1a298194fdef66d5a96 (patch)
tree5f4164a08fd85327cbb03387e2b6593d0306dbc4 /world/map/npc/functions/global_event_handler.txt
parent1e3050b638726ea407d28f4b860fb2b5722b069b (diff)
downloadserverdata-401ff146cbd56e214007c1a298194fdef66d5a96.tar.gz
serverdata-401ff146cbd56e214007c1a298194fdef66d5a96.tar.bz2
serverdata-401ff146cbd56e214007c1a298194fdef66d5a96.tar.xz
serverdata-401ff146cbd56e214007c1a298194fdef66d5a96.zip
remove the cruft left behind, prepare for new races
Diffstat (limited to 'world/map/npc/functions/global_event_handler.txt')
-rw-r--r--world/map/npc/functions/global_event_handler.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt
index 7d380b0c..d5c20b06 100644
--- a/world/map/npc/functions/global_event_handler.txt
+++ b/world/map/npc/functions/global_event_handler.txt
@@ -9,7 +9,7 @@
OnPCLoginEvent:
set @login_event, 1;
- callfunc "getHeadStyles"; // converts class, color and hair
+ callfunc "fixHeadStyles"; // convert headstyles
callfunc "ClearVariables"; // removes / converts old variables
callfunc "DisplayMOTD"; // send the motd to the client, if enabled
callfunc "getBroadcast"; // get the scheduled broadcast, if any