mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
DB/Skills: Changed required skill value to 0 for debug spell, spells with no skillline cant have skill value requirement
Fixed compile
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Debug spell, set reqSkillValue because it does not belong to any skilline
|
||||
UPDATE `skill_discovery_template` SET `reqSkillValue`=0 WHERE `reqSpell`=61756;
|
||||
Reference in New Issue
Block a user