aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Support
diff options
context:
space:
mode:
authorCarbenium <carbenium@outlook.com>2016-02-05 01:18:55 +0100
committerCarbenium <carbenium@outlook.com>2016-02-05 01:18:55 +0100
commitd3c556bc40a0aab7e576c1dc8b5f43af9bc82480 (patch)
tree632c3e3dd54bc82bf61b6e7ede96cbea85288c44 /src/server/game/Support
parent8e8f51848c5487406d65f080d6824ce20952d0cd (diff)
Core/PacketIO: Enable SMSG_SPELL_MISS_LOG and SMSG_UPDATE_LAST_INSTANCE
Diffstat (limited to 'src/server/game/Support')
-rw-r--r--src/server/game/Support/SupportMgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Support/SupportMgr.h b/src/server/game/Support/SupportMgr.h
index 61dae5fd6da..f79f71e7b2f 100644
--- a/src/server/game/Support/SupportMgr.h
+++ b/src/server/game/Support/SupportMgr.h
@@ -43,8 +43,8 @@ enum GMSupportComplaintType
enum SupportSpamType
{
- SUPPORT_SPAM_TYPE_MAIL = 0,
- SUPPORT_SAPM_TYPE_CHAT = 1,
+ SUPPORT_SPAM_TYPE_MAIL = 0,
+ SUPPORT_SPAM_TYPE_CHAT = 1,
SUPPORT_SPAM_TYPE_CALENDAR = 2
};