[8176] Forbid using some monster movement flags (that can crash client) in creature*_addon tables.moveflag tables field.

Also refactoring creature addon tables loading.
This commit is contained in:
VladimirMangos 2009-07-13 23:29:33 +04:00
parent 647e1c5a8b
commit c96f8e3d9f
4 changed files with 50 additions and 55 deletions

View file

@ -63,6 +63,8 @@ class SQLStorage
uint32 MaxEntry;
uint32 iNumFields;
char const* GetTableName() const { return table; }
void Load();
void Free();