[DiscordArchive] hello, I'm trying to set Alterac Valley as my d...
[DiscordArchive] hello, I'm trying to set Alterac Valley as my d...
Archived author: Azarchius • Posted: 2025-01-14T15:01:15.789000+00:00
Original source
you can just do that `REPLACE` and instead change that first number, `30`, to e.g. `1500`
which will, instead, duplicate the AV map, creating a copy. then you still have normal AV if you ever need it.
Archived author: Azarchius • Posted: 2025-01-14T15:01:49.860000+00:00
Original source
but you will need to also update the dbc client-side. might be out of scope for what you need. but just saying the option is there
Archived author: needmorecowbell • Posted: 2025-01-14T16:13:19.489000+00:00
Original source
hey, update: I don't have anything in my map_dbc table, is this normal?
mysql> select * from map_dbc;
Empty set (0.00 sec)
mysql>
Archived author: Titi • Posted: 2025-01-14T16:14:35.878000+00:00
Original source
well the REPLACE query clearly failed, look for errors when running the query
Archived author: Titi • Posted: 2025-01-14T16:15:04.185000+00:00
Original source
this could be for a different emulator
Archived author: needmorecowbell • Posted: 2025-01-14T16:22:35.868000+00:00
Original source
mysql> select * from map_dbc;
ERROR 1046 (3D000): No database selected
mysql> use acore_world
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> select * from map_dbc;
Empty set (0.00 sec)
mysql>
Archived author: needmorecowbell • Posted: 2025-01-14T16:23:30.901000+00:00
Original source
could it be because i've used the fork with the bots? it's not a repack, it's the https://www.azerothcore.org/catalogue.ht.../646926161 fork
[Embed: AzerothCore]
AzerothCore, the open source MMORPG server application
https://www.azerothcore.org/catalogue.html
Archived author: Titi • Posted: 2025-01-14T16:26:33.095000+00:00
Original source
but did you run the query or not
Archived author: Titi • Posted: 2025-01-14T16:27:41.155000+00:00
Original source
I mean the replace query obviously
Archived author: needmorecowbell • Posted: 2025-01-14T16:32:52.006000+00:00
Original source
I didn't, I thought it would have to replace something, that's why I asked if it should be empty in the first place