mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix extension for classic and TBC
There are no vehicles.
cfa6627d15 (commitcomment-6831392)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user