aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat/ChatLink.h
diff options
context:
space:
mode:
authorRat <gmstreetrat@gmail.com>2011-11-22 13:32:11 +0100
committerRat <gmstreetrat@gmail.com>2011-11-22 13:32:11 +0100
commita12df963b932bc6f0b28048ed1e2b2efbdb1b791 (patch)
treec9be421f7c984be0437900636d832f51611d8301 /src/server/game/Chat/ChatLink.h
parent154612f279d7e506b0fe2984ef0fc7db4d84878d (diff)
-updated all DBC formats, except spell* ones
-added dbc.zip (all 4.2.2 files + 3.3.5 spells) -hardcoded map 0's entry for mapdifficulty (dbc has no data for it)
Diffstat (limited to 'src/server/game/Chat/ChatLink.h')
-rw-r--r--src/server/game/Chat/ChatLink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Chat/ChatLink.h b/src/server/game/Chat/ChatLink.h
index 4b27cab29d3..1eb6c9b03f7 100644
--- a/src/server/game/Chat/ChatLink.h
+++ b/src/server/game/Chat/ChatLink.h
@@ -61,7 +61,7 @@ public:
virtual bool ValidateName(char* buffer, const char* context);
protected:
- std::string FormatName(uint8 index, ItemLocale const* locale, char* const* suffixStrings) const;
+ std::string FormatName(uint8 index, ItemLocale const* locale, DBCString suffixStrings) const;
ItemTemplate const* _item;
int32 _data[8];