Core/Fishing: implement retail-like fishing skill-up functionality (#17528)

Follow-up to  6f1e823.

Forgot to update base characters database. Sorry.
This commit is contained in:
SnapperRy
2016-09-13 04:16:05 +02:00
committed by joschiwald
parent 29ce69b3ad
commit cab4ce3a53
7 changed files with 90 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
#include "AccountMgr.h"
#include "World.h"
#define DUMP_TABLE_COUNT 34
#define DUMP_TABLE_COUNT 35
struct DumpTable
{
char const* name;
@@ -44,6 +44,7 @@ DumpTable const dumpTables[DUMP_TABLE_COUNT] =
{ "character_currency", DTT_CURRENCY },
{ "character_declinedname", DTT_CHAR_TABLE },
{ "character_equipmentsets", DTT_EQSET_TABLE},
{ "character_fishingsteps", DTT_CHAR_TABLE },
{ "character_glyphs", DTT_CHAR_TABLE },
{ "character_homebind", DTT_CHAR_TABLE },
{ "character_inventory", DTT_INVENTORY },