aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat
diff options
context:
space:
mode:
authorlinencloth <none@none>2010-12-19 05:15:47 +0100
committerlinencloth <none@none>2010-12-19 05:15:47 +0100
commit59da698189cccb65b94f7b14690ce87ef226cef7 (patch)
treec3fcb0a008e964c619d3b275caffa1765b369262 /src/server/game/Chat
parent22928e23bd94cb744d2593996fad2de72a8eaece (diff)
Core: Rename spell attributes, use more general names
--HG-- branch : trunk
Diffstat (limited to 'src/server/game/Chat')
-rwxr-xr-xsrc/server/game/Chat/Chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp
index 5f381e5468b..d6408dd0ab9 100755
--- a/src/server/game/Chat/Chat.cpp
+++ b/src/server/game/Chat/Chat.cpp
@@ -1259,7 +1259,7 @@ valid examples:
if (linkedSpell)
{
// spells with that flag have a prefix of "$PROFESSION: "
- if (linkedSpell->Attributes & SPELL_ATTR_TRADESPELL)
+ if (linkedSpell->Attributes & SPELL_ATTR0_TRADESPELL)
{
// lookup skillid
SkillLineAbilityMapBounds bounds = sSpellMgr.GetSkillLineAbilityMapBounds(linkedSpell->Id);