summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 9f72f82c1..fc61a65ba 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -4972,7 +4972,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src)
if ((sd->class_&MAPID_UPPERMASK) == MAPID_SUPER_NOVICE) {
if ((i=pc_nextbaseexp(sd))<=0)
i=sd->status.base_exp;
- if (i>0 && (j=sd->status.base_exp*1000/i)>=990 && j<1000)
+ if (i>0 && (j=sd->status.base_exp*1000/i)>=990 && j<1000 && !map_flag_gvg(sd->bl.m))
sd->state.snovice_flag = 4;
}