summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rbot/plugins/wow.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rbot/plugins/wow.rb b/data/rbot/plugins/wow.rb
index 1350dd1a..8701c767 100644
--- a/data/rbot/plugins/wow.rb
+++ b/data/rbot/plugins/wow.rb
@@ -97,6 +97,7 @@ class RealmPlugin < Plugin
realm_data.attributes['s'].to_i,
realm_data.attributes['t'].to_i,
realm_data.attributes['l'].to_i)
+ realm.to_s
else
"realm #{realm_name} not found."
end