aboutsummaryrefslogtreecommitdiff
path: root/src/realmd/RealmList.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-05 14:34:32 -0600
committermegamage <none@none>2009-01-05 14:34:32 -0600
commitf7646029442151a3955db849bf0eb680bc8540da (patch)
treeafeddeef5a63e85533e22102a5cf371d5eb4152d /src/realmd/RealmList.cpp
parentfbc82ae631a37e81efdcaef1f4a2d63b28e9b0a4 (diff)
*Mangos [7032] Remove unused field from realm structure in realmd. By zhenya.
*Mangos [7033] Add some dummy triggers. By DiSlord. DK - 49015 and ranks, 51459 and ranks, 48979 and ranks Druid - 48516 and ranks, 48496 and ranks Shaman - 55440 glyph Also fix send AttackStateUpdate on block Add some spell_proc_event data Fix sql update for 7031 --HG-- branch : trunk
Diffstat (limited to 'src/realmd/RealmList.cpp')
-rw-r--r--src/realmd/RealmList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/realmd/RealmList.cpp b/src/realmd/RealmList.cpp
index 32c0cbc12c1..0b23828b27f 100644
--- a/src/realmd/RealmList.cpp
+++ b/src/realmd/RealmList.cpp
@@ -50,7 +50,6 @@ 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;