diff options
Diffstat (limited to 'src/gui/windows/npcselldialog.h')
-rw-r--r-- | src/gui/windows/npcselldialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/npcselldialog.h b/src/gui/windows/npcselldialog.h index a79220a85..02df1e143 100644 --- a/src/gui/windows/npcselldialog.h +++ b/src/gui/windows/npcselldialog.h @@ -44,6 +44,8 @@ class NpcSellDialog final : public SellDialog protected: void sellAction(const ActionEvent &event) override final; + + int mNpcId; }; #endif // GUI_WINDOWS_NPCSELLDIALOG_H |