Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/character_spell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
10 changes: 6 additions & 4 deletions docs/character_talent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
7 changes: 6 additions & 1 deletion docs/es/character_spell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
10 changes: 6 additions & 4 deletions docs/es/character_talent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |