From dc8385f4c0e192e037924e1d2c29be200fffc0d7 Mon Sep 17 00:00:00 2001 From: Nay Date: Tue, 6 Aug 2013 00:16:26 +0100 Subject: DB/Items: Remove unlimited charges from Jillian's Tonic of Stoneblood Closes #10444 --- sql/updates/world/2013_08_06_00_world_item_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_08_06_00_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_06_00_world_item_template.sql b/sql/updates/world/2013_08_06_00_world_item_template.sql new file mode 100644 index 00000000000..15cc7ddfa5a --- /dev/null +++ b/sql/updates/world/2013_08_06_00_world_item_template.sql @@ -0,0 +1 @@ +UPDATE `item_template` SET `spellcharges_1`=-1 WHERE `entry`=45008; -- confirmed in 4.x itemsparse -- cgit v1.2.3