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

[Bug Fix] /who all displays incorrect guild name. /who works fine #4123

Merged
merged 1 commit into from Feb 25, 2024

Conversation

neckkola
Copy link
Contributor

If you create a guild and immediately do a /who all, the guild tag in the displayed info is 'Invalid Guild' instead of the actual guild name. A /who displays the correct guild tag.

Issue: The guild creation routine is not updating world memory immediately. It does update when a permission is changed, a guild rank name is changed, or the player zones.

Issue: guild creation routine does not update world memory holding guild details until the player zones.

Between the creation of a new guild, and a guild member zones, a /who all displays 'Invalid Guild' instead of the actual guild name.
@Kinglykrab Kinglykrab changed the title [BUG FIX] /who all displays incorrect guild name. /who works fine [Bug Fix] /who all displays incorrect guild name. /who works fine Feb 25, 2024
@Kinglykrab Kinglykrab merged commit d5e024c into EQEmu:master Feb 25, 2024
1 check passed
joligario added a commit that referenced this pull request Feb 29, 2024
### Character Creation

* Improved Random Name Generator ([#4081](#4081)) @catapultam-habeo 2024-02-27

### Code

* Fix Server Rules Documentation Generation ([#4125](#4125)) @Kinglykrab 2024-02-26
* Remove unnecessary stoptimer logs ([#4128](#4128)) @Kinglykrab 2024-02-28

### Commands

* Add `#forage` command ([#4133](#4133)) @joligario 2024-02-29

### Crash

* Fix crash issue during database dump ([#4127](#4127)) @Akkadius 2024-02-29

### Crash Fix

* D20 crash if mitigation average resulted in 0 ([#4131](#4131)) @nytmyr 2024-02-29

### Fixes

* Fix forage returning first result from table ([#4130](#4130)) @nytmyr 2024-02-29
* Who /all displays incorrect guild name ([#4123](#4123)) @neckkola 2024-02-25

### Quest API

* Add Pet Owner Methods to Perl/Lua ([#4115](#4115)) @Kinglykrab 2024-02-25
@joligario joligario mentioned this pull request Feb 29, 2024
Kinglykrab pushed a commit that referenced this pull request Feb 29, 2024
### Character Creation

* Improved Random Name Generator ([#4081](#4081)) @catapultam-habeo 2024-02-27

### Code

* Fix Server Rules Documentation Generation ([#4125](#4125)) @Kinglykrab 2024-02-26
* Remove unnecessary stoptimer logs ([#4128](#4128)) @Kinglykrab 2024-02-28

### Commands

* Add `#forage` command ([#4133](#4133)) @joligario 2024-02-29

### Crash

* Fix crash issue during database dump ([#4127](#4127)) @Akkadius 2024-02-29

### Crash Fix

* D20 crash if mitigation average resulted in 0 ([#4131](#4131)) @nytmyr 2024-02-29

### Fixes

* Fix forage returning first result from table ([#4130](#4130)) @nytmyr 2024-02-29
* Who /all displays incorrect guild name ([#4123](#4123)) @neckkola 2024-02-25

### Quest API

* Add Pet Owner Methods to Perl/Lua ([#4115](#4115)) @Kinglykrab 2024-02-25
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.

None yet

2 participants