From b31391d463e7e0362bb5c60aae53c8ae9c85d894 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Mon, 9 Feb 2015 19:41:31 +0000 Subject: [PATCH] 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 --- sql/updates/world/2015_02_09_15_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2015_02_09_15_world.sql 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;