@airbreather/mod-nodejs-types 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/classes/Player.d.ts +1 -0
- package/package.json +1 -1
package/classes/Player.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ declare global {
|
|
|
101
101
|
readonly talentTreePoints: number[];
|
|
102
102
|
readonly completedAchievementsCount: number;
|
|
103
103
|
readonly completedAchievementsCountExcludingFeatsOfStrength: number;
|
|
104
|
+
readonly currentQuestIds: number[];
|
|
104
105
|
|
|
105
106
|
static byGuid(guid: ObjectGuid): Player | undefined;
|
|
106
107
|
static byName(name: string): Player | undefined;
|