[DiscordArchive] I just delete that 1st entry i guess?
[DiscordArchive] I just delete that 1st entry i guess?
Archived author: Ryan Turner • Posted: 2025-03-08T13:33:50.613000+00:00
Original source
I see what's wrong 1 mmt
Archived author: Ryan Turner • Posted: 2025-03-08T13:35:04.594000+00:00
Original source
```sql
SELECT `entry`, `item`, `minCount`, `maxCount`, `comment` FROM creature_loot_template WHERE `reference` IN (34060, 30486, 34062, 34059)
```
![[Image: image.png?ex=690bfb76&is=690aa9f6&hm=358...695c682fa&]](https://cdn.discordapp.com/attachments/1255602330431127753/1347925785180241971/image.png?ex=690bfb76&is=690aa9f6&hm=3587388601e7be3842f0153bbbebc93805631fe19f6dd39bfbc4f40695c682fa&)
Archived author: Dizlen • Posted: 2025-03-08T13:35:50.492000+00:00
Original source
![[Image: image.png?ex=690bfb76&is=690aa9f6&hm=358...695c682fa&]](https://cdn.discordapp.com/attachments/1255602330431127753/1347925785180241971/image.png?ex=690bfb76&is=690aa9f6&hm=3587388601e7be3842f0153bbbebc93805631fe19f6dd39bfbc4f40695c682fa&)
Archived author: Dizlen • Posted: 2025-03-08T13:35:52.064000+00:00
Original source
aha !
Archived author: Dizlen • Posted: 2025-03-08T13:36:00.134000+00:00
Original source
you're a genius
Archived author: Ryan Turner • Posted: 2025-03-08T13:36:55.224000+00:00
Original source
The mi ncount has to match the max count
Archived author: Ryan Turner • Posted: 2025-03-08T13:37:30.761000+00:00
Original source
You can just do via the GUI
Archived author: Ryan Turner • Posted: 2025-03-08T13:40:05.403000+00:00
Original source
(this in a clean version of AzerothCore doesn't happen, adjusted in https://github.com/azerothcore/azerothco...8823043964 alongside with the error message. So that might be some outdata from the modul
Archived author: Dizlen • Posted: 2025-03-08T13:40:06.670000+00:00
Original source
I see this in the console when I try to change them on the gui
`/* Selected columns don't contain a sufficient set of key columns to allow editing. Please select primary or unique key columns, or just all columns. */`
Archived author: Ryan Turner • Posted: 2025-03-08T13:44:37.854000+00:00
Original source
Oh i see i thought it you could change it.
So i will give you give the hunting for the update. in the same commit there's an SQL file [here](https://github.com/azerothcore/azerothco...586300.sql)
If you just do CTRL+F for e.g
```sql
`Entry`= 11583 AND `Item` = 34009 AND `Reference` = 34009
```
should get you the fix to that row. repeat the same for the rest.
Change Entry, Item and Reference to match what it shows on your database (above).
If you want to see reference which should match the item anyways in the database you can add `reference` between `item` and `mincount` (in the previous query before your screenshot)