Malcrom

Results 25 issues of Malcrom

### Description WIP 3 spawns missing. ### SQL fix ```sql -- Add 5 missing Battered Chest ID: 106318 with pooling in Tirisfal Glades SET @OGUID := XXXXX; -- 5 required...

Feedback-FixOutdatedMissingWIP
Comp-Database
Branch-3.3.5a

### Description Use them if you want. ### SQL fix ```sql -- Add Missing equipment from sniffs DELETE FROM `creature_equip_template` WHERE `CreatureID` IN (77361,85730,84594,91913,92219,95470,94512,88598,89298,88607,88755,84524,82333,85737,85839,87920,88403,85514,82436, 88105,82865,85344,85782,81792,77733,85708,77792,120215,127295,127924,143569,143569,148798,150115,149313,149316,150480, 145779,149655,149071,149072,149073,149398,149399,145784,146914,149623,149633,147427,147664,148153,149624,149137,147816, 178176,176304,199566,199561,198629,209295,209296,209297,209803,199280,202438,199277,202517,209299,185359,185553,189591, 198611,198918,209303,197249,197752,209307); INSERT INTO...

Feedback-PatchFix
Comp-Database
Branch-master

### Description None of these entries have existing equipment so there is no overwriting. I tested this SQL over and over as I added to it. ### SQL fix ```sql...

Feedback-PatchFix
Comp-Database
Branch-master

### Description None of these entries have existing equipment so there is no overwriting. I tested this SQL over and over as I added to it. ### SQL fix ```sql...

Feedback-PatchFix
Comp-Database
Branch-master

### Description I found 4 of the 6 missing spawns in Mangos DB. Added pooling to the best of my ablility. It is impossible to 100% know all the pooling...

Feedback-FixOutdatedMissingWIP
Comp-Database
Branch-3.3.5a

### Description WIP. three missing ### SQL fix ```sql -- Add 14 missing Battered Chest ID: 106318 with pooling in Dun Morogh SET @OGUID := XXXXX; -- 14 required SET...

Feedback-FixOutdatedMissingWIP
Comp-Database
Branch-3.3.5a

Replaced hacky scripting for Eastvale Peasants with proper scripting. Changes proposed: Replace Hacky SAI and pathing with C++ script. This scripting operates the same as official, a repeating order of...

Feedback-PatchFix
Branch-3.3.5a

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

Feedback-PatchFix
Comp-Database
Branch-3.3.5a
Feedback-WaitingResponse

### Description All missing spawns added with pooling. https://www.wowhead.com/wotlk/object=106319/battered-chest ### SQL fix ```sql -- Add missing spawns and pooling for Battered Chest ID: 2849 in Ghostlands SET @POOLID := XXXXXX;...

Feedback-PatchFix
Comp-Database
Branch-master

### Description No chest were spawned. Looks like 24 in wowhead but I found 28. Complete with pooling https://www.wowhead.com/wotlk/object=2846/tattered-chest SELECT * FROM gameobject WHEREid=2846; ### SQL fix ```sql -- Add...

Feedback-PatchFix
Comp-Database
Branch-master