[DiscordArchive] In the case of the `RealmID` what do we do?
[DiscordArchive] In the case of the `RealmID` what do we do?
Archived author: Kitzunu • Posted: 2021-01-10T19:59:04.541000+00:00
Original source
second
Archived author: stevej • Posted: 2021-01-10T19:59:07.597000+00:00
Original source
Ok
Archived author: stevej • Posted: 2021-01-10T19:59:10.784000+00:00
Original source
Thanks.
Archived author: Kitzunu • Posted: 2021-01-10T19:59:17.954000+00:00
Original source
Great job!
Archived author: Kitzunu • Posted: 2021-01-10T19:59:39.688000+00:00
Original source
btw, RealmID is signed
Archived author: stevej • Posted: 2021-01-10T19:59:56.301000+00:00
Original source
Ok
Archived author: stevej • Posted: 2021-01-10T20:00:27.235000+00:00
Original source
```
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|--------------|--------------|------------|-----|------|---------|-------|---------|
| [id][1] | int(10) | unsigned | PRI | NO | | | |
| [gmlevel][2] | tinyint(3) | unsigned | | NO | | | |
| [RealmID][3] | int(11) | signed | PRI | NO | -1 | | |
| [comment][4] | varchar(255) | | | YES | | | |
```
Archived author: Kitzunu • Posted: 2021-01-10T20:00:35.596000+00:00
Original source
\=\)
Archived author: stevej • Posted: 2021-01-10T20:00:41.358000+00:00
Original source
Archived author: stevej • Posted: 2021-01-10T20:01:15.709000+00:00
Original source
Thanks for the feedback.