summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-27 20:27:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-27 20:27:11 +0300
commit64d30eda264c342aced8d791b47a35def0e4d15c (patch)
treec680d467213104dd8ae4a030c04fe212f3a6b23c /src/gui/windows/chatwindow.cpp
parent68a7dd225969fcdfb9c07b99db43756a2b1dec7c (diff)
downloadplus-64d30eda264c342aced8d791b47a35def0e4d15c.tar.gz
plus-64d30eda264c342aced8d791b47a35def0e4d15c.tar.bz2
plus-64d30eda264c342aced8d791b47a35def0e4d15c.tar.xz
plus-64d30eda264c342aced8d791b47a35def0e4d15c.zip
Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r--src/gui/windows/chatwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp
index 091548381..a3bb4829b 100644
--- a/src/gui/windows/chatwindow.cpp
+++ b/src/gui/windows/chatwindow.cpp
@@ -1045,7 +1045,7 @@ void ChatWindow::attributeChanged(const AttributesT id,
}
break;
}
- case Attributes::PLAYER_LEVEL:
+ case Attributes::PLAYER_BASE_LEVEL:
battleChatLog(std::string(
"Level: ").append(toString(CAST_S32(
newVal))),