From 8ac6810d278415bb7de2640b43d6399841bfcb89 Mon Sep 17 00:00:00 2001 From: starrheld Date: Sun, 19 Feb 2017 15:31:59 +0100 Subject: [PATCH] [QUEST][WOTLK] Basic Chemistry Fixes item cooldown from 1 min 30 seconds to 30 seconds, to remedy the uncompletable quest [Basic Chemistry]. Please remove your items cache in your World of Warcraft directory to reset the item cooldown. --- data/sql/updates/pending_db_world/rev_1487514602617381300.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1487514602617381300.sql diff --git a/data/sql/updates/pending_db_world/rev_1487514602617381300.sql b/data/sql/updates/pending_db_world/rev_1487514602617381300.sql new file mode 100644 index 000000000..38cf1de2f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1487514602617381300.sql @@ -0,0 +1,3 @@ +INSERT INTO version_db_world (`sql_rev`) VALUES ('1487514602617381300'); +-- Table `item_template` +UPDATE `item_template` SET `spellcooldown_1` = 30000 WHERE `entry` IN (44010); \ No newline at end of file