diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-03-07 12:24:25 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-03-07 12:24:25 +0100 |
commit | c927acf1f47e2cb80062042e172aeff17df862be (patch) | |
tree | df8a844f29fe3988d517a80293cfaca8188a7c21 /sql/updates | |
parent | 02ccf53ad1c4547e78345161765475825093cd91 (diff) |
Core/Player: All spells and skills are now automatically learned without any need for external data
* Fixes learning mail/plate at level 40 for shamans/warriors/paladins
* Fixes learning riding for worgen/paladins/warlocks at level 20
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/2015_03_07_03_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_07_03_world.sql b/sql/updates/world/2015_03_07_03_world.sql new file mode 100644 index 00000000000..e2a7639d5ae --- /dev/null +++ b/sql/updates/world/2015_03_07_03_world.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS `playercreateinfo_skills`; |