summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-07-18 20:05:32 -0600
committerJared Adams <jaxad0127@gmail.com>2010-07-18 20:11:36 -0600
commit782158dfd719fb6d196f79075f275fb8599d393c (patch)
tree7faf9ea12988a7987106c0bd846154766911665a /src/gui/statuswindow.cpp
parente3abb4a771b69f1067d6c7f5e0d4c10828f94167 (diff)
downloadMana-782158dfd719fb6d196f79075f275fb8599d393c.tar.gz
Mana-782158dfd719fb6d196f79075f275fb8599d393c.tar.bz2
Mana-782158dfd719fb6d196f79075f275fb8599d393c.tar.xz
Mana-782158dfd719fb6d196f79075f275fb8599d393c.zip
Add old values to stat and attribute events
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r--src/gui/statuswindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp
index 5ba7fdea..6114cc41 100644
--- a/src/gui/statuswindow.cpp
+++ b/src/gui/statuswindow.cpp
@@ -260,6 +260,7 @@ void StatusWindow::event(const std::string &channel, const Mana::Event &event)
else if (event.getName() == "UpdateStat")
{
int id = event.getInt("id");
+
if (id == Net::getPlayerHandler()->getJobLocation())
{