summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/emotedb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/emotedb.cpp b/src/resources/emotedb.cpp
index 7361d99df..9a0c086bc 100644
--- a/src/resources/emotedb.cpp
+++ b/src/resources/emotedb.cpp
@@ -71,7 +71,7 @@ void EmoteDB::load()
const int id = XML::getProperty(emoteNode, "id", -1);
// skip hight images
- if (id > 19 || (Client::isTmw() && id > 13))
+ if (id > 19 || (client->isTmw() && id > 13))
continue;
if (id == -1)