View Single Post
  #4  
Old 12-11-2011, 06:37 PM
pepsiphreak79
Sarnak
 
Join Date: Sep 2011
Posts: 70
Default

some items for this quest missing from loot table
this is all the drops dont remember what ones were missing

Code:
REPLACE INTO `lootdrop_entries` (`lootdrop_id`, `item_id`, `item_charges`, `equip_item`, `chance`) VALUES (12061, 19574, 1, 0, 55);
REPLACE INTO `lootdrop_entries` (`lootdrop_id`, `item_id`, `item_charges`, `equip_item`, `chance`) VALUES (12061, 19583, 1, 0, 55);
REPLACE INTO `lootdrop_entries` (`lootdrop_id`, `item_id`, `item_charges`, `equip_item`, `chance`) VALUES (12061, 19554, 1, 0, 55);
REPLACE INTO `lootdrop_entries` (`lootdrop_id`, `item_id`, `item_charges`, `equip_item`, `chance`) VALUES (12061, 16197, 1, 0, 55);
REPLACE INTO `lootdrop_entries` (`lootdrop_id`, `item_id`, `item_charges`, `equip_item`, `chance`) VALUES (12061, 19570, 1, 0, 55);
__________________
--Any Code by me is considered open source Beta--
Not a DEV not a Coder
Just a person....
Reply With Quote