diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-08-06 00:16:26 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-08-06 00:16:55 +0100 |
| commit | dc8385f4c0e192e037924e1d2c29be200fffc0d7 (patch) | |
| tree | f22641145bbdd60d430391243b839568aa034200 | |
| parent | a71fcee27d1d69dd46cdc31e6267325deb98e22a (diff) | |
DB/Items: Remove unlimited charges from Jillian's Tonic of Stoneblood
Closes #10444
| -rw-r--r-- | sql/updates/world/2013_08_06_00_world_item_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
