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

[Skill Caps] Remove from shared memory and simplify #4069

Merged
merged 3 commits into from Mar 23, 2024

Conversation

Kinglykrab
Copy link
Contributor

@Kinglykrab Kinglykrab commented Feb 12, 2024

Notes

  • Removes Skill Caps loading from shared memory and puts it into zone.
  • Adds id column to skill_caps.
  • Remove primary keys and use id as primary key.
  • Add unique index using skill_id, class_id, level, and cap.
  • Renames class to class_id in skill_caps table.
  • Renames skillID to skill_id in skill_caps table.
  • Regenerates Skill Caps repository.
  • Adds #reload skill_caps to reload skill caps in real time.
  • Resolves Repository generator error - skill_caps. #4009.

Video

Screencast.from.03-23-2024.04.01.17.PM.webm

@Akkadius
Copy link
Member

Nice! We'll need some testers around this

@Akkadius
Copy link
Member

Akkadius commented Mar 6, 2024

Still need to get testing for this

@Akkadius
Copy link
Member

You need to coordinate testing for this so we can close the loop, needs rebasing as well.

@Kinglykrab Kinglykrab force-pushed the skill_caps/shared_memory_remove branch from 638b7d9 to 1e48238 Compare March 23, 2024 19:32
- Removes Skill Caps loading from shared memory and puts it into zone.
- Adds `id` column to `skill_caps`.
- Remove primary keys and use `id` as primary key.
- Add unique index using `skill_id`, `class_id`, `level`, and `cap`.
- Renames `class` to `class_id` in `skill_caps` table.
- Renames `skillID` to `skill_id` in `skill_caps` table.
- Regenerates Skill Caps repository.
- Adds `#reload skill_caps` to reload skill caps in real time.
@Kinglykrab Kinglykrab force-pushed the skill_caps/shared_memory_remove branch from 8e9a1ba to f589c70 Compare March 23, 2024 22:56
@Akkadius Akkadius merged commit d7ea290 into master Mar 23, 2024
0 of 2 checks passed
@Akkadius Akkadius deleted the skill_caps/shared_memory_remove branch March 23, 2024 23:52
MortimerGreenwald pushed a commit to MortimerGreenwald/Server that referenced this pull request Apr 15, 2024
* [Skill Caps] Remove from shared memory and simplify

- Removes Skill Caps loading from shared memory and puts it into zone.
- Adds `id` column to `skill_caps`.
- Remove primary keys and use `id` as primary key.
- Add unique index using `skill_id`, `class_id`, `level`, and `cap`.
- Renames `class` to `class_id` in `skill_caps` table.
- Renames `skillID` to `skill_id` in `skill_caps` table.
- Regenerates Skill Caps repository.
- Adds `#reload skill_caps` to reload skill caps in real time.

* Update groups.cpp

* Update groups.cpp
@Akkadius Akkadius mentioned this pull request Apr 15, 2024
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.

Repository generator error - skill_caps.
2 participants