Projekt

Allgemein

Profil

Fehler #2336 » fix loot-chest.sql

karn, 09.06.2012 21:09

 
1
/*
2
Author: Karn
3
Ticket: #2336
4
Descr.: Fix unselectable loot chest, and add loot to the chest.
5
*/ 
6

    
7
/*Fix unselectable loot chest */
8
UPDATE gameobject_template SET flags=0 WHERE entry=176112;
9

    
10
/*Add loot to the chest*/
11
UPDATE gameobject_loot_template SET ChanceOrQuestChance=100 WHERE entry=13580 AND item=12845;
    (1-1/1)