diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua index a30ce83f8f4f18a6bf93924489497b87a1293a94..a8be69bec940e34a5600fc029650a9bb7aa93aed 100644 --- a/game/modules/tome/class/Game.lua +++ b/game/modules/tome/class/Game.lua @@ -86,7 +86,7 @@ function _M:run() self.player_display = PlayerDisplay.new(0, 220, 200, self.h * 0.8 - 220, {30,30,0}) self.hotkeys_display = HotkeysDisplay.new(nil, self.w * 0.5, self.h * 0.8, self.w * 0.5, self.h * 0.2, "/data/gfx/ui/talents-list.png") self.npcs_display = ActorsSeenDisplay.new(nil, self.w * 0.5, self.h * 0.8, self.w * 0.5, self.h * 0.2, "/data/gfx/ui/talents-list.png") - self.calendar = Calendar.new("/data/calendar_rivendell.lua", "Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167) + self.calendar = Calendar.new("/data/calendar_allied.lua", "Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167) self.tooltip = Tooltip.new(nil, nil, {255,255,255}, {30,30,30}) self.flyers = FlyingText.new() self:setFlyingText(self.flyers) diff --git a/game/modules/tome/data/calendar_rivendell.lua b/game/modules/tome/data/calendar_allied.lua similarity index 100% rename from game/modules/tome/data/calendar_rivendell.lua rename to game/modules/tome/data/calendar_allied.lua