[Bug Fix] Fix startzone rule to default players to correct zone when not found … (#1669)

* Fix startzone rule to default players to correct zone when not found in database

* Formatting

Co-authored-by: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com>
This commit is contained in:
Natedog2012
2021-11-06 17:22:52 -05:00
committed by GitHub
parent 886f00ed50
commit 5c7972345a
2 changed files with 118 additions and 90 deletions
+17
View File
@@ -992,4 +992,21 @@ enum LDoNThemeBits {
TAKBit = 16
};
enum StartZoneIndex {
Odus = 0,
Qeynos,
Halas,
Rivervale,
Freeport,
Neriak,
Grobb,
Oggok,
Kaladim,
GreaterFaydark,
Felwithe,
Akanon,
Cabilis,
SharVahl
};
#endif /*COMMON_EQ_CONSTANTS_H*/