diff options
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r-- | src/gui/debugwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h index b19a18450..b3432946b 100644 --- a/src/gui/debugwindow.h +++ b/src/gui/debugwindow.h @@ -84,6 +84,9 @@ class TargetDebugTab : public DebugTab Label *mTargetPartyLabel; Label *mTargetGuildLabel; Label *mAttackDelayLabel; + Label *mMinHitLabel; + Label *mMaxHitLabel; + Label *mCriticalHitLabel; }; class NetDebugTab : public DebugTab |