[DiscordArchive] Visibility.ObjectQuestMarkers
[DiscordArchive] Visibility.ObjectQuestMarkers
Archived author: Mithria • Posted: 2025-10-30T12:55:27.084000+00:00
Original source
or a more relatable example since you have been working on the creature table in that screenshot, lets say you want to add more spawns of an existing quest mob to make a kill quest easier/quicker. You would be adding new guid entries to the creature table, but using an id1 (creature template entry) that already exists and is used for existing spawns.
so if you then had your delete statement target the id1 column, you'd be removing all the original spawns before adding only your new ones, which probably isnt what you'd want in that scenario. So in that case, you'd delete by guid to make sure you're only deleteing the things you're about to re-insert