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, "GetId")
|
||||||
table.insert(T.Guild, "GetName")
|
table.insert(T.Guild, "GetName")
|
||||||
|
|
||||||
T.Vehicle = {}
|
if (GetCoreExpansion() >= 2) then
|
||||||
table.insert(T.Vehicle, "GetOwner")
|
T.Vehicle = {}
|
||||||
table.insert(T.Vehicle, "GetEntry")
|
table.insert(T.Vehicle, "GetOwner")
|
||||||
|
table.insert(T.Vehicle, "GetEntry")
|
||||||
|
end
|
||||||
|
|
||||||
T.QueryResult = {}
|
T.QueryResult = {}
|
||||||
table.insert(T.QueryResult, "GetColumnCount")
|
table.insert(T.QueryResult, "GetColumnCount")
|
||||||
|
|||||||
Reference in New Issue
Block a user