mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix(Scripts/Misc): Adjust points from old wrong 0 based indexing to smart ai indexing (#23472)
This commit is contained in:
@@ -43,7 +43,7 @@ enum Says
|
||||
|
||||
enum Misc
|
||||
{
|
||||
POINT_SCOUT_WP_END = 3,
|
||||
POINT_SCOUT_WP_END = 4,
|
||||
|
||||
SET_DATA_ARBITRARY_VALUE = 1,
|
||||
SET_DATA_ENCOUNTER_DONE = 2
|
||||
|
||||
Reference in New Issue
Block a user