View Single Post
09-25-16, 04:41 PM   #5
kingnothing7
A Deviate Faerie Dragon
Join Date: Aug 2016
Posts: 11
Thank you, Phanx. It doesn't seem to be working currently, though. Here's the error my BugSack picked up:

Code:
1x RegionInfo\code.lua:3: attempt to call method 'GetRealmInfoByName' (a nil value)
RegionInfo\code.lua:3: in main chunk

Locals:
(*temporary) = <function> defined =[C]:-1
(*temporary) = 5
(*temporary) = nil
(*temporary) = <table> {
 GetRealmInfoByUnit = <function> defined @LibRealmInfo\LibRealmInfo.lua:117
 GetRealmInfoByGUID = <function> defined @LibRealmInfo\LibRealmInfo.lua:103
 GetRealmInfoByID = <function> defined @LibRealmInfo\LibRealmInfo.lua:84
 GetCurrentRegion = <function> defined @LibRealmInfo\LibRealmInfo.lua:31
 GetRealmInfo = <function> defined @LibRealmInfo\LibRealmInfo.lua:57
}
(*temporary) = "Bleeding Hollow"
(*temporary) = "attempt to call method 'GetRealmInfoByName' (a nil value)"

Last edited by kingnothing7 : 09-25-16 at 04:44 PM.
  Reply With Quote