[DiscordArchive] I just delete that 1st entry i guess?
[DiscordArchive] I just delete that 1st entry i guess?
Archived author: Dizlen • Posted: 2025-03-08T13:22:02.003000+00:00
Original source
I just delete that 1st entry i guess?
Archived author: Ryan Turner • Posted: 2025-03-08T13:22:18.165000+00:00
Original source
Do not delete it
Archived author: Ryan Turner • Posted: 2025-03-08T13:22:51.833000+00:00
Original source
```sql
UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 351042;
```
Archived author: Ryan Turner • Posted: 2025-03-08T13:23:13.982000+00:00
Original source
And if you run the previous query, you should not find anythign now
Archived author: Dizlen • Posted: 2025-03-08T13:23:31.259000+00:00
Original source
Ah, I see. Yes it's gone now!
Archived author: Dizlen • Posted: 2025-03-08T13:23:48.838000+00:00
Original source
Thank you, hopefully that won't cause any issues if I ever get to Naxx
Archived author: Ryan Turner • Posted: 2025-03-08T13:24:14.688000+00:00
Original source
Shouldn't make a difference. But you should write it down in the case if it gets fixed that you've removed the script from it
Archived author: Ryan Turner • Posted: 2025-03-08T13:31:04.326000+00:00
Original source
For the second error if you run this
```sql
SELECT `entry`, `item`, `minCount`, `maxCount`, `comment` FROM reference_loot_template WHERE `entry` IN (34060, 30486, 34062, 34059)
```
just to see what results you get
![[Image: image.png?ex=690bfa96&is=690aa916&hm=706...6fffc5c75&]](https://cdn.discordapp.com/attachments/1255602330431127753/1347924845303824394/image.png?ex=690bfa96&is=690aa916&hm=706a11f4f442e372eaa6357a476fa815f52881bf778fce00632503c6fffc5c75&)
Archived author: Dizlen • Posted: 2025-03-08T13:32:06.364000+00:00
Original source
![[Image: image.png?ex=690bfa96&is=690aa916&hm=706...6fffc5c75&]](https://cdn.discordapp.com/attachments/1255602330431127753/1347924845303824394/image.png?ex=690bfa96&is=690aa916&hm=706a11f4f442e372eaa6357a476fa815f52881bf778fce00632503c6fffc5c75&)
Archived author: Dizlen • Posted: 2025-03-08T13:32:19.149000+00:00
Original source
thats odd, as all of the maxCount is already set to 1