mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-05 08:47:48 +00:00
fix(Scripts/Misc): Adjust points from old wrong 0 based indexing to smart ai indexing (#23472)
This commit is contained in:
@@ -80,7 +80,7 @@ enum Misc
|
||||
|
||||
MODEL_OHGAN_MOUNT = 15271,
|
||||
PATH_MANDOKIR = 492861,
|
||||
POINT_MANDOKIR_END = 24,
|
||||
POINT_MANDOKIR_END = 25,
|
||||
CHAINED_SPIRIT_COUNT = 20,
|
||||
ACTION_CHARGE = 1
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user