Fixed inconsistences between const.lua and const.h causing messagetypes not to work

This commit is contained in:
zygzagZ 2017-01-12 15:30:24 +01:00
parent 42e0b0a025
commit 9d2298037e
1 changed files with 12 additions and 11 deletions

View File

@ -209,17 +209,18 @@ MessageModes = {
TutorialHint = 38, TutorialHint = 38,
Thankyou = 39, Thankyou = 39,
Market = 40, Market = 40,
BeyondLast = 41, Mana = 41,
MonsterYell = 42, BeyondLast = 42,
MonsterSay = 43, MonsterYell = 43,
Red = 44, MonsterSay = 44,
Blue = 45, Red = 45,
RVRChannel = 46, Blue = 46,
RVRAnswer = 47, RVRChannel = 47,
RVRContinue = 48, RVRAnswer = 48,
GameHighlight = 49, RVRContinue = 49,
NpcFromStartBlock = 50, GameHighlight = 50,
Last = 51, NpcFromStartBlock = 51,
Last = 52,
Invalid = 255, Invalid = 255,
} }