rename server from Sabrehaven to Tibianus

This commit is contained in:
ErikasKontenis
2021-04-17 14:00:56 +03:00
parent 6e37e1a74b
commit 37aedf0555
16 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if player:getStorageValue(17582) < os.time() then
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Your experience earnings have been enchanted by the Sabrehaven Gods.")
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Your experience earnings have been enchanted by the Tibianus Gods.")
player:setStorageValue(17582, os.time() + 24 * 60 * 60) -- 24 hour
item:remove(1)
else