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

Dodaj do gildii #1000

Merged
merged 3 commits into from
Jun 20, 2021
Merged

Dodaj do gildii #1000

merged 3 commits into from
Jun 20, 2021

Conversation

rawisz
Copy link
Contributor

@rawisz rawisz commented Jun 15, 2021

Zmiana na /dodaj_do_gildii [imie] [gildia] z /dodaj_do_gildii [id] [gildia]
Zmienia od razu wszystkim wpisom o tym imieniu
close #464
pkt1 /dodaj_osobe dodano sprawdzanie czy osoba o tym imieniu i opisie jest juz w bazie
pkt2 /dodaj_osobe bedzie dodawac zawsze imie z duzej litery - rozwiazuje podany problem
pkt3 /dodaj_do_gildii z imieniem powinno rozwiazac problem

@rawisz rawisz requested review from Delwing and tjurczyk as code owners June 15, 2021 19:04
@@ -106,11 +106,11 @@ function alias_func_skrypty_people_usun_osobe()
end

function alias_func_skrypty_people_dodaj_gildie()
scripts.people:add_person_to_guild(tonumber(matches[2]), matches[3])
scripts.people:add_person_to_guild(matches[2], matches[3])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A może sprawdzenie? Jak jest numer to jedziemy po ID jak string to po imieniu?

@Delwing Delwing merged commit 2eafe21 into tjurczyk:master Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Baza osob - weryfikacja dodawanych
2 participants