aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/SQLStorage.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-07-16 10:47:44 +0800
committermegamage <none@none>2009-07-16 10:47:44 +0800
commit868ae26787502a77b549c4282c00e9cdc40ccd38 (patch)
tree563dde59ee4159813f31edf7107d015473c57fb9 /src/shared/Database/SQLStorage.h
parent0376f836f9620f0e2fe26de0ea938864d80bc0a0 (diff)
[8176] (skipped) Forbid using some monster movement flags (that can crash client) in creature*_addon tables.moveflag tables field.
Also refactoring creature addon tables loading. Author: VladimirMangos --HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/SQLStorage.h')
-rw-r--r--src/shared/Database/SQLStorage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Database/SQLStorage.h b/src/shared/Database/SQLStorage.h
index 1b5b9d5dcf1..cc165af532e 100644
--- a/src/shared/Database/SQLStorage.h
+++ b/src/shared/Database/SQLStorage.h
@@ -65,6 +65,8 @@ class SQLStorage
uint32 MaxEntry;
uint32 iNumFields;
+ char const* GetTableName() const { return table; }
+
void Load();
void Free();