From 383838bb12bb020df8a923c803faca0af6ad24f5 Mon Sep 17 00:00:00 2001 From: Jared Adams <jaxad0127@gmail.com> Date: Wed, 13 May 2009 07:16:12 -0600 Subject: Fix GM notification --- src/map/clif.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/map/clif.c b/src/map/clif.c index 0205bfe..2b97e38 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -2263,9 +2263,7 @@ int clif_updatestatus(struct map_session_data *sd,int type) break; case SP_GM: - WFIFOW(fd,0)=0xbc; - WFIFOB(fd,5)=0; - WFIFOB(fd,4)=pc_isGM(sd); + WFIFOL(fd,4)=pc_isGM(sd); break; default: -- cgit v1.2.3-70-g09d2