Core/Creatures: Reworked setting move types in database

Port From (https://github.com/TrinityCore/TrinityCore/commit/f8c03a90661610e289029c78d2055d7b73a5ad98)
This commit is contained in:
hondacrx
2021-08-24 12:23:39 -04:00
parent 89058fec83
commit e4240fcd94
13 changed files with 669 additions and 492 deletions
+5
View File
@@ -121,5 +121,10 @@ namespace Framework.Database
return values;
}
public bool IsNull(int column)
{
return _currentRow[column] == DBNull.Value;
}
}
}