mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 10:58:20 +00:00
[Consistency] Deity not diety. (#1407)
* [Consistency] Deity not diety. * Uppercase. [skip ci]
This commit is contained in:
+3
-3
@@ -897,15 +897,15 @@ void QuestManager::sfollow() {
|
||||
owner->SetFollowID(0);
|
||||
}
|
||||
|
||||
void QuestManager::changedeity(int diety_id) {
|
||||
void QuestManager::changedeity(int deity_id) {
|
||||
QuestManagerCurrentQuestVars();
|
||||
//Changes the deity.
|
||||
if(initiator)
|
||||
{
|
||||
if(initiator->IsClient())
|
||||
{
|
||||
initiator->SetDeity(diety_id);
|
||||
initiator->Message(Chat::Yellow,"Your Deity has been changed/set to: %i", diety_id);
|
||||
initiator->SetDeity(deity_id);
|
||||
initiator->Message(Chat::Yellow,"Your Deity has been changed/set to: %i", deity_id);
|
||||
initiator->Save(1);
|
||||
initiator->Kick("Deity change by QuestManager");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user