[DiscordArchive] exampl kaev?
[DiscordArchive] exampl kaev?
Archived author: Barbz • Posted: 2021-01-06T21:01:36.704000+00:00
Original source
exampl kaev?
Archived author: Barbz • Posted: 2021-01-06T21:01:50.541000+00:00
Original source
btw stevej i'll check the next time u notify me xD but not today xD
Archived author: Yehonal • Posted: 2021-01-06T21:45:48.778000+00:00
Original source
guys, for the record, I've updated the wiki readme with the steps to run the wiki locally with docker:
https://github.com/azerothcore/wiki/blob.../README.md
if you need to see your changes before open a PR, you can essentially clone the repo and run `docker-compose up github-wiki-theme` . Everything will be ready in few seconds
[Embed: azerothcore/wiki]
AzerothCore wiki based on Drassil Git-Wiki. Contribute to azerothcore/wiki development by creating an account on GitHub.
https://github.com/azerothcore/wiki/blob.../README.md
Archived author: Kaev • Posted: 2021-01-06T21:51:16.677000+00:00
Original source
In creature_template:
difficulty_entry_1 <- snake case
modelid1 <- full lower case
HealthModifier <- pascal case
movementId <- camel case
Archived author: Kaev • Posted: 2021-01-06T21:52:23.725000+00:00
Original source
And this is in so many tables
Archived author: Kaev • Posted: 2021-01-06T21:52:36.842000+00:00
Original source
It makes DB work gross and more complicated than it should be
Archived author: Yehonal • Posted: 2021-01-06T21:55:33.826000+00:00
Original source
this is what constantly happen on 15 years old databases where tons of non-professional open source contributors worked on without naming conventions and PR reviews
Archived author: Yehonal • Posted: 2021-01-06T21:55:56.418000+00:00
Original source
Archived author: Kaev • Posted: 2021-01-06T21:56:03.802000+00:00
Original source
Yeah, which is exactly why we should correct it
Archived author: Yehonal • Posted: 2021-01-06T21:57:09.316000+00:00
Original source
unfortunately this is not an easy stuff to do since dozens of software will be broken by doing it