mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Minor fix for recent skill changes.
This commit is contained in:
@@ -65,8 +65,8 @@ namespace Otc
|
||||
DrawAnimations = 2048,
|
||||
DrawWalls = DrawOnBottom | DrawOnTop,
|
||||
DrawEverything = DrawGround | DrawGroundBorders | DrawWalls | DrawItems |
|
||||
DrawCreatures | DrawEffects | DrawMissiles |
|
||||
DrawCreaturesInformation | DrawStaticTexts | DrawAnimatedTexts | DrawAnimations
|
||||
DrawCreatures | DrawEffects | DrawMissiles | DrawCreaturesInformation |
|
||||
DrawStaticTexts | DrawAnimatedTexts | DrawAnimations
|
||||
};
|
||||
|
||||
enum DatOpts {
|
||||
@@ -307,7 +307,7 @@ namespace Otc
|
||||
MessageRVRAnswer = 47,
|
||||
MessageRVRContinue = 48,
|
||||
LastMessage = 49,
|
||||
MessageInvalid = 255,
|
||||
MessageInvalid = 255
|
||||
};
|
||||
|
||||
enum GameFeature {
|
||||
|
Reference in New Issue
Block a user