Eluna fix extension for classic and TBC

There are no vehicles.
cfa6627d15 (commitcomment-6831392)
This commit is contained in:
Rochet2
2014-06-28 17:00:38 +03:00
committed by Foereaper
parent 423619b652
commit 1e4aa81e6a

View File

@@ -116,9 +116,11 @@ T.Guild = {}
table.insert(T.Guild, "GetId")
table.insert(T.Guild, "GetName")
T.Vehicle = {}
table.insert(T.Vehicle, "GetOwner")
table.insert(T.Vehicle, "GetEntry")
if (GetCoreExpansion() >= 2) then
T.Vehicle = {}
table.insert(T.Vehicle, "GetOwner")
table.insert(T.Vehicle, "GetEntry")
end
T.QueryResult = {}
table.insert(T.QueryResult, "GetColumnCount")