summaryrefslogtreecommitdiff
path: root/src/account-server/storage.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-14 00:42:28 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-14 00:42:28 +0100
commite8acc3effc0c936d9529ae64db547a2cad077cd0 (patch)
tree711e91d2b8b74e20328bc70ca6dcf15dd7c8fb5e /src/account-server/storage.cpp
parent168bec524f03c3a4e094aea8fb28ed60c12b1a56 (diff)
downloadmanaserv-e8acc3effc0c936d9529ae64db547a2cad077cd0.tar.gz
manaserv-e8acc3effc0c936d9529ae64db547a2cad077cd0.tar.bz2
manaserv-e8acc3effc0c936d9529ae64db547a2cad077cd0.tar.xz
manaserv-e8acc3effc0c936d9529ae64db547a2cad077cd0.zip
Remove an outdated comment talking about subversion tagging.
Diffstat (limited to 'src/account-server/storage.cpp')
-rw-r--r--src/account-server/storage.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp
index 27a72f22..cfcda9d0 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.cpp
@@ -1742,9 +1742,7 @@ void Storage::syncDatabase()
int itemCount = 0;
for_each_xml_child_node(node, rootNode)
{
- // Try to load the version of the item database. The version is defined
- // as subversion tag embedded as XML attribute. So every modification
- // to the items.xml file will increase the revision automatically.
+ // Try to load the version of the item database.
if (xmlStrEqual(node->name, BAD_CAST "version"))
{
std::string revision = XML::getProperty(node, "revision",