Add DatabaseFieldTypes

This commit is contained in:
Winfidonarleyan
2021-05-06 16:52:13 +07:00
parent dc300fe5cd
commit faedd8e7e4

View File

@@ -308,7 +308,7 @@ namespace LuaQuery
// MYSQL_TYPE_LONGLONG Interpreted as string for lua
switch (row[i].GetType())
{
#ifndef AZEROTHCORE
#if defined TRINITY || AZEROTHCORE
case DatabaseFieldTypes::Int8:
case DatabaseFieldTypes::Int16:
case DatabaseFieldTypes::Int32: