mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[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:
parent
647e1c5a8b
commit
c96f8e3d9f
4 changed files with 50 additions and 55 deletions
|
|
@ -63,6 +63,8 @@ class SQLStorage
|
|||
uint32 MaxEntry;
|
||||
uint32 iNumFields;
|
||||
|
||||
char const* GetTableName() const { return table; }
|
||||
|
||||
void Load();
|
||||
void Free();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue