diff options
| author | Blaymoira <none@none> | 2009-01-09 18:13:15 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-09 18:13:15 +0100 |
| commit | 2483026d8e822d31e8e85c7f2422c4a85f251222 (patch) | |
| tree | d7a0fcc88d667594210a0480ad8c90ae37e2da1d /src | |
| parent | 037fe5284550c7ac3a775c50c76212a804b8a5ec (diff) | |
* Fix char dump on deletion of a char - by biglad
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/PlayerDump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/PlayerDump.cpp b/src/game/PlayerDump.cpp index 7c07e51769b..fb22e963ca0 100644 --- a/src/game/PlayerDump.cpp +++ b/src/game/PlayerDump.cpp @@ -26,7 +26,7 @@ #include "ObjectMgr.h" // Character Dump tables -#define DUMP_TABLE_COUNT 19 +#define DUMP_TABLE_COUNT 18 struct DumpTable { |
