Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobs/Races: clean up GAMEelf, GAMEman, GAMEhobbit, GAMEdwarf, GAMEorc #1157

Closed
1 of 3 tasks
Tracked by #1174
alek13 opened this issue Sep 16, 2023 · 2 comments
Closed
1 of 3 tasks
Tracked by #1174

Mobs/Races: clean up GAMEelf, GAMEman, GAMEhobbit, GAMEdwarf, GAMEorc #1157

alek13 opened this issue Sep 16, 2023 · 2 comments
Assignees
Labels
mobs | entities Связанное с мобами или сущностями player Связанное игроком и его характеристиками (здоровье, голод, раса, etc) refactoring Касающееся крупной переработки имеющейся возможности

Comments

@alek13
Copy link
Member

alek13 commented Sep 16, 2023

  • remove in code usages (use our race instead)
  • remove privileges in code
  • remove privileges in database
@alek13 alek13 added refactoring Касающееся крупной переработки имеющейся возможности idea Предложенная идея, или запрос на добавление новой возможности mobs | entities Связанное с мобами или сущностями player Связанное игроком и его характеристиками (здоровье, голод, раса, etc) labels Sep 16, 2023
@alek13 alek13 removed the idea Предложенная идея, или запрос на добавление новой возможности label Sep 26, 2023
@alek13 alek13 added this to Mobs Sep 26, 2023
@alek13 alek13 moved this to Todo in Mobs Sep 26, 2023
@alek13
Copy link
Member Author

alek13 commented Sep 27, 2023

slightly relates to #466

@alek13
Copy link
Member Author

alek13 commented Sep 28, 2023

deleted on prod & test:

delete from user_privileges where privilege in ('GAMEman', 'GAMEhobbit', 'GAMEelf', 'GAMEorc', 'GAMEdwarf');

check:

select distinct(privilege) from user_privileges where privilege like 'GAME%'

@alek13 alek13 closed this as completed in 1b5639c Oct 17, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Mobs Oct 17, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Рефакторинг Oct 17, 2023
@alek13 alek13 self-assigned this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobs | entities Связанное с мобами или сущностями player Связанное игроком и его характеристиками (здоровье, голод, раса, etc) refactoring Касающееся крупной переработки имеющейся возможности
Projects
Status: Done
Status: Done
Development

No branches or pull requests

1 participant