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] Fix bots/Mercenaries being removed from hatelist #3708

Merged
merged 1 commit into from Nov 23, 2023

Conversation

Kinglykrab
Copy link
Contributor

Notes

  • [Bug Fix] NPC Faction War prevention. #3595 caused bots, bot pets, and mercenaries to be removed from hate list because we were only checking for IsClient() not IsOfClientBotMerc().
  • Resolves an issue mentioned here where NPCs would run past bots/mercenaries to attack the owner.

# Notes
- #3595 caused bots, bot pets, and mercenaries to be removed from hate list because we were only checking for `IsClient()` not `IsOfClientBotMerc()`.
- Resolves an issue mentioned [here](https://discord.com/channels/212663220849213441/1177288302383079534) where NPCs would run past bots/mercenaries to attack the owner.
@Kinglykrab Kinglykrab merged commit 6d8e80b into master Nov 23, 2023
2 checks passed
@Kinglykrab Kinglykrab deleted the bug_fix/bot_hatelist branch November 23, 2023 17:36
Kinglykrab added a commit that referenced this pull request Nov 23, 2023
### Admin

* Update date in changelog ([#3698](#3698)) @joligario 2023-11-19

### Code

* Fix typo in #giveitem ([#3704](#3704)) @Kinglykrab 2023-11-22

### Fixes

* Add "IgnoreLevelBasedHasteCaps" rule to GetHaste() ([#3705](#3705)) @jcr4990 2023-11-23
* Fix bots/Mercenaries being removed from hatelist ([#3708](#3708)) @Kinglykrab 2023-11-23
* Fix some spell types failing IsValidSpellRange check ([#3707](#3707)) @nytmyr 2023-11-23

### Loginserver

* Update ticket login table structure ([#3703](#3703)) @KimLS 2023-11-22
@Kinglykrab Kinglykrab mentioned this pull request Nov 23, 2023
Kinglykrab added a commit that referenced this pull request Nov 24, 2023
### Admin

* Update date in changelog ([#3698](#3698)) @joligario 2023-11-19

### Code

* Fix typo in #giveitem ([#3704](#3704)) @Kinglykrab 2023-11-22

### Fixes

* Add "IgnoreLevelBasedHasteCaps" rule to GetHaste() ([#3705](#3705)) @jcr4990 2023-11-23
* Fix bots/Mercenaries being removed from hatelist ([#3708](#3708)) @Kinglykrab 2023-11-23
* Fix some spell types failing IsValidSpellRange check ([#3707](#3707)) @nytmyr 2023-11-23

### Loginserver

* Update ticket login table structure ([#3703](#3703)) @KimLS 2023-11-22
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