aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-02-09 19:41:31 +0000
committerDr-J <daniel.jarrott0@gmail.com>2015-02-09 19:41:31 +0000
commitb31391d463e7e0362bb5c60aae53c8ae9c85d894 (patch)
treea6231227d7183524185ecc0179cb13d60692eb59
parent517ad446e9730d8c279c2148155f5f90defb3788 (diff)
DB/Misc: Remove Eternal Might from NR Alchemy Research
Remove ability to learn transmute: eternal might when doing Northrend Alchemy Research since even though this spell and item exists in database could never actually be learnt on retail
-rw-r--r--sql/updates/world/2015_02_09_15_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_09_15_world.sql b/sql/updates/world/2015_02_09_15_world.sql
new file mode 100644
index 00000000000..d2495cf0270
--- /dev/null
+++ b/sql/updates/world/2015_02_09_15_world.sql
@@ -0,0 +1 @@
+DELETE FROM `skill_discovery_template` WHERE `spellId`=54020 AND `reqSpell`=60893;