mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(Core/ScriptsMgr): correct hooks name (#6434)
## Changes Proposed: - Added `virtual` for `CanSendJoinMessageArenaQueue` and `CanSendExitMessageArenaQueue` - Rename `CanExitJoinMessageArenaQueue` to `CanSendExitMessageArenaQueue`
This commit is contained in:
10
doc/changelog/pendings/changes_1624109504178983100.md
Normal file
10
doc/changelog/pendings/changes_1624109504178983100.md
Normal file
@@ -0,0 +1,10 @@
|
||||
### Added
|
||||
- new hook `OnBeforeSendJoinMessageArenaQueue` and `OnBeforeSendExitMessageArenaQueue`
|
||||
|
||||
### Changed
|
||||
- Rename `CanExitJoinMessageArenaQueue` to `OnBeforeSendExitMessageArenaQueue`
|
||||
- Rename `CanSendJoinMessageArenaQueue` to `OnBeforeSendJoinMessageArenaQueue`
|
||||
|
||||
### How to upgrade
|
||||
- Just rename all hooks from `CanExitJoinMessageArenaQueue` and `CanSendMessageArenaQueue`, to `OnBeforeSendExitMessageArenaQueue`
|
||||
- Just rename all hooks from `CanSendJoinMessageArenaQueue` and `OnBeforeSendJoinMessageArenaQueue`
|
||||
Reference in New Issue
Block a user