PDA

View Full Version : Woeven Frost Giant Beard - Single Charged


Alde
03-06-2014, 01:25 PM
The item link when they were looted displayed 5 charges. The actual items only have 1 charge though and should have 5. (same deal as with the Mojo sticks)

http://i.imgur.com/X7wrTrU.png

nilbog
03-06-2014, 01:39 PM
select i.id,i.name,i.maxcharges from items i left join lootdrop_entries le on (le.item_id = i.id) where i.maxcharges > '0' and i.maxcharges <> le.item_charges

25205 Iron Scroll of War 2 1
30106 Woven Frost Giant Beard 5 1
25648 Crystalline Silk Net 2 1
30108 Braided Beard of the Coldain 5 1
10380 Rod of Drones 5 1
Fixed, pending update

Handull
03-09-2014, 07:58 PM
Just looted one of these, same deal, 1 charge on the item, 5 when you link it. I know there was a patch between now and then, unless the patches dont cover everything.

nilbog
03-10-2014, 12:23 PM
unless the patches dont cover everything.

Full patch including db would fix it. Could be there was a patch of code only.