[DiscordArchive] Hi there. Can you tell me how I can correctly propose changes to the database of the master branch?
[DiscordArchive] Hi there. Can you tell me how I can correctly propose changes to the database of the master branch?
Archived author: Ilushka • Posted: 2021-06-30T22:02:06.157000+00:00
Original source
Hi there. Can you tell me how I can correctly propose changes to the database of the master branch?
Archived author: Ilushka • Posted: 2021-06-30T22:03:04.940000+00:00
Original source
For example, I have a correction of the player's turn when starting the game for orcs:
UPDATE `playercreateinfo`
SET `orientation` = 0
WHERE
`race` = 2
AND `class` != 6;