/* Author: Karn Ticket: #2336 Descr.: Fix unselectable loot chest, and add loot to the chest. */ /*Fix unselectable loot chest */ UPDATE gameobject_template SET flags=0 WHERE entry=176112; /*Add loot to the chest*/ UPDATE gameobject_loot_template SET ChanceOrQuestChance=100 WHERE entry=13580 AND item=12845;