Core/Players: Don't flag unlearned talents and specialization spells as disabled since they are learned with "dependent" flag (and not saved in database)

This commit is contained in:
Shauren
2024-11-04 17:36:45 +01:00
parent 5b278a4ca7
commit 9bab2801c6
3 changed files with 13 additions and 11 deletions

View File

@@ -0,0 +1 @@
DELETE FROM `character_spell` WHERE `disabled`=1;