[DiscordArchive] If the last id is 30000, for example. Which number should I use, the 40000 or is it too high?
[DiscordArchive] If the last id is 30000, for example. Which number should I use, the 40000 or is it too high?
Archived author: stevej • Posted: 2019-01-15T01:15:30.731000+00:00
Original source
If the last id is 30000, for example. Which number should I use, the 40000 or is it too high?
Archived author: stevej • Posted: 2019-01-15T01:16:14.549000+00:00
Original source
I would like to modularize custom scripts.
Archived author: Viste • Posted: 2019-01-15T01:22:56.950000+00:00
Original source
i always use 90+
Archived author: stevej • Posted: 2019-01-15T01:36:48.295000+00:00
Original source
90 entrys for example more than the one that exists at the moment?
Archived author: stevej • Posted: 2019-01-15T01:37:19.263000+00:00
Original source
The idea is to define it with a SET, so that it is more practical to change it.
Archived author: stevej • Posted: 2019-01-15T01:37:45.436000+00:00
Original source
```sql
SET @ENTRY:=;
```
Archived author: stevej • Posted: 2019-01-15T01:38:48.168000+00:00
Original source
Modules that climb azeroth can be about anything. That is to say, for example, if I have an npc that allows you to give a promotion of professions, are those things useful to upload them?
Archived author: stevej • Posted: 2019-01-15T01:39:50.962000+00:00
Original source
To see if I understand. Everything in the module would normally be custom stuff, but you isolated it to get the core clean.