[DiscordArchive] So `garm` keeps resolving to `Zangarmarsh` even when there's a location just called `garm`? Is that
[DiscordArchive] So `garm` keeps resolving to `Zangarmarsh` even when there's a location just called `garm`? Is that
Archived author: Bench • Posted: 2024-10-22T22:44:43.182000+00:00
Original source
Horrible memories
Archived author: Ryan Turner • Posted: 2024-10-22T23:13:16.525000+00:00
Original source
While looking for a specific value im correct the names to be equals to others and removing > ' < that shouldnt be in names.
UPDATE `game_tele` SET `name` = 'Onyxia' WHERE `id` = 699 AND `name` = 'onyxia'; is fine for the SQL file? i ran it and gave no issue
Archived author: Ryan Turner • Posted: 2024-10-22T23:13:32.173000+00:00
Original source
```sql
UPDATE `game_tele` SET `name` = 'Onyxia' WHERE `id` = 699 AND `name` = 'onyxia';
```