summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-01 14:18:23 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-01 14:18:23 +0300
commit2c02974d98d94f54b70434202bb2edf4cba8640f (patch)
tree9a312cdcc1d2e1b7d81d2005aef2d7a3ecdfe9b8 /src/net/tmwa
parentd86ad9d847d1898e199ffcb37cb398c6c2b02efc (diff)
downloadManaVerse-2c02974d98d94f54b70434202bb2edf4cba8640f.tar.gz
ManaVerse-2c02974d98d94f54b70434202bb2edf4cba8640f.tar.bz2
ManaVerse-2c02974d98d94f54b70434202bb2edf4cba8640f.tar.xz
ManaVerse-2c02974d98d94f54b70434202bb2edf4cba8640f.zip
eathena: do not request warp name with evol plugin.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/serverfeatures.cpp5
-rw-r--r--src/net/tmwa/serverfeatures.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index 9e68116da..be0b5ff59 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -214,4 +214,9 @@ bool ServerFeatures::haveMovePet() const
return true;
}
+bool ServerFeatures::haveServerWarpNames() const
+{
+ return false;
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h
index 48826f303..a570b1a52 100644
--- a/src/net/tmwa/serverfeatures.h
+++ b/src/net/tmwa/serverfeatures.h
@@ -105,6 +105,8 @@ class ServerFeatures final : public Net::ServerFeatures
bool haveTalkPet() const override final;
bool haveMovePet() const override final;
+
+ bool haveServerWarpNames() const override final;
};
} // namespace TmwAthena