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

master
zygzagZ 7 years ago
parent 42e0b0a025
commit 9d2298037e

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

Loading…
Cancel
Save