diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-03-04 21:13:09 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-03-04 21:13:09 +0100 |
| commit | c2a2d7201b42bf51ab6a8eea104435fc71a0b617 (patch) | |
| tree | 1e4e1ae0956f054b83b92edb454d97dd69d939eb /sql | |
| parent | 7ecaf1d816ff142c4a2d7956293ec927a1af8442 (diff) | |
DB/Skills: Changed required skill value to 0 for debug spell, spells with no skillline cant have skill value requirement
Fixed compile
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_03_04_0_world_skill_discovery_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_04_0_world_skill_discovery_template.sql b/sql/updates/world/2011_03_04_0_world_skill_discovery_template.sql new file mode 100644 index 00000000000..f1840b0db8f --- /dev/null +++ b/sql/updates/world/2011_03_04_0_world_skill_discovery_template.sql @@ -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; |
