diff options
Diffstat (limited to 'src/gui/windows/questswindow.cpp')
-rw-r--r-- | src/gui/windows/questswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/questswindow.cpp b/src/gui/windows/questswindow.cpp index 080c0bdd2..eed82636b 100644 --- a/src/gui/windows/questswindow.cpp +++ b/src/gui/windows/questswindow.cpp @@ -563,7 +563,7 @@ void QuestsWindow::updateEffects() { // in new list exists effect for this npc const QuestEffect *const newEffect = (*itNew).second; if (effect != newEffect) - { // new effects is not equal to old effect + { // new effects is not equal to old effect addEffects[id] = newEffect->effectId; removeEffects.insert(id); } |