Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] is there a way to enable the 4 extra bag slots for the "authenticator" requirement?

[DiscordArchive] is there a way to enable the 4 extra bag slots for the "authenticator" requirement?

[DiscordArchive] is there a way to enable the 4 extra bag slots for the "authenticator" requirement?

rektbyfaith
Administrator
0
07-09-2023, 06:32 PM
#1
Archived author: Mystic Wolf • Posted: 2023-07-09T18:32:39.618000+00:00
Original source

is there a way to enable the 4 extra bag slots for the "authenticator" requirement?
rektbyfaith
07-09-2023, 06:32 PM #1

Archived author: Mystic Wolf • Posted: 2023-07-09T18:32:39.618000+00:00
Original source

is there a way to enable the 4 extra bag slots for the "authenticator" requirement?

rektbyfaith
Administrator
0
07-09-2023, 07:12 PM
#2
Archived author: ZaDarkSide • Posted: 2023-07-09T19:12:46.700000+00:00
Original source

In `src/server/game/Entities/Player/Player.cpp`
```c++
void Player::SendInitialPacketsAfterAddToMap() {
SetPlayerLocalFlag(PLAYER_LOCAL_FLAG_ACCOUNT_SECURED);
}
```
In `src/server/game/Entities/Player/Player.h`
```c++
#define INVENTORY_DEFAULT_SIZE 20
```
That should do it I think
rektbyfaith
07-09-2023, 07:12 PM #2

Archived author: ZaDarkSide • Posted: 2023-07-09T19:12:46.700000+00:00
Original source

In `src/server/game/Entities/Player/Player.cpp`
```c++
void Player::SendInitialPacketsAfterAddToMap() {
SetPlayerLocalFlag(PLAYER_LOCAL_FLAG_ACCOUNT_SECURED);
}
```
In `src/server/game/Entities/Player/Player.h`
```c++
#define INVENTORY_DEFAULT_SIZE 20
```
That should do it I think

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)