summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r--src/map/pc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp
index 050bd4e..a344839 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -856,6 +856,7 @@ int pc_checkweighticon(struct map_session_data *sd)
if (sd->weight * 10 >= sd->max_weight * 9)
flag = 2;
+ // this is horribly hackish and may have caused crashes
if (flag == 1)
{
if (!sd->sc_data[StatusChange::SC_WEIGHT50].timer)