diff --git a/docs/character_spell.md b/docs/character_spell.md index 81d219bc..096fd53e 100644 --- a/docs/character_spell.md +++ b/docs/character_spell.md @@ -30,4 +30,9 @@ The spell ID. See [Spell.dbc](spell) column 1. ### specMask -Boolean 1 or 0 signifying whether the spell is active (appears in the spell book). +Bitmask saving the specs using the spell. +| Value | Type | +| ----- | --------------------------------- | +| 1 | First Spec | +| 2 | Second Spec | +| 3 | Both Specs | diff --git a/docs/character_talent.md b/docs/character_talent.md index 66a77d60..1f4c8048 100644 --- a/docs/character_talent.md +++ b/docs/character_talent.md @@ -30,7 +30,9 @@ The spell ID. See [Spell.dbc](spell) column 1. ### specMask -| Value | Data | -| ----- | ------------------ | -| 0 | is the first spec | -| 1 | is the second spec | +Bitmask saving the specs using the talent. +| Value | Type | +| ----- | --------------------------------- | +| 1 | First Spec | +| 2 | Second Spec | +| 3 | Both Specs | diff --git a/docs/es/character_spell.md b/docs/es/character_spell.md index 5bf175bd..659dfafa 100644 --- a/docs/es/character_spell.md +++ b/docs/es/character_spell.md @@ -30,4 +30,9 @@ La identificación del hechizo. Consulte la columna 1 de[Spell.dbc](spell). ### specMask -Boolean 1 or 0 que significa si el hechizo está activo (aparece en el libro de hechizos). +Máscara de bits que guarda las especificaciones utilizando el hechizo. +| Value | Type | +| ----- | --------------------------------- | +| 1 | Primera especificación | +| 2 | Segunda especificación | +| 3 | Ambas especificaciones | diff --git a/docs/es/character_talent.md b/docs/es/character_talent.md index 6e19b20f..6f03184b 100644 --- a/docs/es/character_talent.md +++ b/docs/es/character_talent.md @@ -32,7 +32,9 @@ El id del hechizo. Ver [Spell.dbc](spell) columna 1. ### specMask -| Value | Data | -| ----- | ------------------ | -| 0 | is the first spec | -| 1 | is the second spec | +Máscara de bits que guarda las especificaciones utilizando el talent. +| Value | Type | +| ----- | --------------------------------- | +| 1 | Primera especificación | +| 2 | Segunda especificación | +| 3 | Ambas especificaciones |