Hey, i was on wow-v and added the loot function to a boss i made. It worked find but i made a mistake. I did set the chest to a display ID og Hands.. And i cant figure out how to remove loot from the boss?
Please help? :b
Hey, i was on wow-v and added the loot function to a boss i made. It worked find but i made a mistake. I did set the chest to a display ID og Hands.. And i cant figure out how to remove loot from the boss?
Please help? :b
DELETE FROM `loot_creatures` WHERE `itemid` = '1';
^
Change the 1 to the item id of the item you want to remove, then save that line as a SQL file and execute it (or just execute that code, depends if you know how to execute just the code, in SQLyog you just put it into the query box and hit "execute all queries" the two green arrows on top left button).
No where wheres the itemid is 1 :s.
nvm figured it out. +rep