Malcrom

Results 25 issues of Malcrom

### Description Wowhead shows 18 chest, TC had 10 and I was able to get the other 8 from sniffs. https://www.wowhead.com/wotlk/object=2844/tattered-chest SELECT * FROM gameobject WHERE id=2844; ### SQL fix...

Feedback-PatchFix
Comp-Database
Branch-master

### Description All missing spawns added and pooled. https://www.wowhead.com/wotlk/object=2845/tattered-chest SELECT * FROM gameobject WHEREid=2845; ### SQL fix ```sql -- Add missing spawns and pooling for Tattered Chest ID: 2845 in...

Feedback-PatchFix
Comp-Database
Branch-master

### Description Only one in db so this 7 will bring it to 8 spawns. Pooling added https://www.wowhead.com/wotlk/object=2849/battered-chest ### SQL fix ```sql -- Add missing Battered Chest ID: 2849 with...

Feedback-PatchFix
Comp-Database
Branch-master

### Description Wowhead is showing 4 for Ghostlands. One in db plus these 3 should be all spawns. One spawn is from Mangos DB. https://www.wowhead.com/wotlk/object=75293/large-battered-chest ### SQL fix ```sql --...

Feedback-PatchFix
Comp-Database
Branch-master

### Description Jadefire Run, Felwood Replace existing Jadefire spawns with sniffed CreateObject2 and pooling. Looking for someone to test. ### SQL fix ```sql -- Jadefire Run, Felwood Replace existing Jadefire...

Feedback-PatchFix
Comp-Database
Branch-3.3.5a