[DiscordArchive] Isn't the whole point that it's not client editing?
[DiscordArchive] Isn't the whole point that it's not client editing?
Archived author: Roboto • Posted: 2022-12-19T23:52:16.819000+00:00
Original source
```sql
UPDATE item_template
SET displayid=@myValue,
stat_type1=@myValue,
stat_type2=@myValue,
stat_type3=@myValue,
stat_type4=@myValue,
stat_type5=@myValue,
armor=@myValue,
dmg_min1=@myValue,
dmg_max1=@myValue
WHERE entry=@myItem;
```