mirror of
https://github.com/webluke/mod-grownup.git
synced 2026-01-13 01:08:39 +00:00
fixed conf file name for build to auto pull, changed level change message to not include scale because it was broken
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
|||||||
|
|
||||||
player->SetObjectScale(newScale);
|
player->SetObjectScale(newScale);
|
||||||
ChatHandler(player->GetSession())
|
ChatHandler(player->GetSession())
|
||||||
.PSendSysMessage("Your adventure has grown to %.0f%%!", newScale * 100.0f);
|
.PSendSysMessage("Your adventure has grown!"); // Message when leveling up may try and add the % back later.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user