Can't seem to find a proper way to add the currency which a creature should drop.
For Example :
INSERT INTO `creature_loot_template` (`entry`, `item`, `reference`, `chance`, `questrequired`, `lootmode`, `groupid`, `mincount`, `maxcount`, `comment`) VALUES
(72045, 738, 0, 28.3683, 0, 1, 0, 50, 50, 'Test'),
(72045, 777, 0, 48.6154, 0, 1, 0, 50, 50, 'Test');
This code should add to the creature "Chelon" , the Currencies Timeless Coin and Lesser Charm of Good Forune.
The problem is it adds in place the items with the id's , not the currencies.
Anyone can help with adding currencies to that specific creature ? Can't seem to find a way atm.