Just do this..
Code:
Select *
From PS_GameDefs.dbo.MobItems
Where MobID=(troll boss mobid)
And search the grades that appear, find the one that is dropping the weapon and remove it.
Code:
Select *
From PS_GameDefs.dbo.Items
Where Grade=(the grade that appeared in the previous results)