mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Add DatabaseFieldTypes
This commit is contained in:
@@ -308,7 +308,7 @@ namespace LuaQuery
|
|||||||
// MYSQL_TYPE_LONGLONG Interpreted as string for lua
|
// MYSQL_TYPE_LONGLONG Interpreted as string for lua
|
||||||
switch (row[i].GetType())
|
switch (row[i].GetType())
|
||||||
{
|
{
|
||||||
#ifndef AZEROTHCORE
|
#if defined TRINITY || AZEROTHCORE
|
||||||
case DatabaseFieldTypes::Int8:
|
case DatabaseFieldTypes::Int8:
|
||||||
case DatabaseFieldTypes::Int16:
|
case DatabaseFieldTypes::Int16:
|
||||||
case DatabaseFieldTypes::Int32:
|
case DatabaseFieldTypes::Int32:
|
||||||
|
|||||||
Reference in New Issue
Block a user