diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-21 01:42:46 +0100 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-21 01:42:46 +0100 |
commit | 0bbee0330c6718b32754507f3bddd732df1e4afe (patch) | |
tree | 8e83b0c9a98e560b2b932d1664777c528e1995f5 /src/trinityrealm/RealmList.cpp | |
parent | 4da9844dfc25320313a22036191d701cb71718af (diff) |
Unwanted changes backed-out.
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/RealmList.cpp')
-rw-r--r-- | src/trinityrealm/RealmList.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trinityrealm/RealmList.cpp b/src/trinityrealm/RealmList.cpp index 936f7bcd703..490850a3631 100644 --- a/src/trinityrealm/RealmList.cpp +++ b/src/trinityrealm/RealmList.cpp @@ -50,6 +50,7 @@ void RealmList::UpdateRealm( uint32 ID, const std::string& name, const std::stri Realm& realm = m_realms[name]; realm.m_ID = ID; + realm.name = name; realm.icon = icon; realm.color = color; realm.timezone = timezone; |