mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 18:53:52 +00:00
[Shared Bank] Add additional popup to shared bank warning message, as client-side filters can cause the message to be unseen. (#1368)
This commit is contained in:
parent
b65cf4c081
commit
93329b4b06
@ -1450,7 +1450,12 @@ void Client::OPMoveCoin(const EQApplicationPacket* app)
|
||||
}
|
||||
else{
|
||||
if (to_bucket == &m_pp.platinum_shared || from_bucket == &m_pp.platinum_shared){
|
||||
this->Message(Chat::Red, "::: WARNING! ::: SHARED BANK IS DISABLED AND YOUR PLATINUM WILL BE DESTROYED IF YOU PUT IT HERE");
|
||||
this->SendPopupToClient(
|
||||
"Shared Bank Warning",
|
||||
"<c \"#F62217\">::: WARNING! :::<br>"
|
||||
"SHARED BANK IS DISABLED AND YOUR PLATINUM WILL BE DESTROYED IF YOU PUT IT HERE!</c>"
|
||||
);
|
||||
this->Message(Chat::Red, "::: WARNING! ::: SHARED BANK IS DISABLED AND YOUR PLATINUM WILL BE DESTROYED IF YOU PUT IT HERE!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user