Skip to content

Commit

Permalink
Update creature name with firsts letters in uppercase.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel authored Dec 11, 2023
1 parent c1c1dd0 commit 9f5ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/lycanthropes/weretiger.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mType = Game.createMonsterType("weretiger")
local mType = Game.createMonsterType("Weretiger")
local monster = {}

monster.description = "a weretiger"
Expand Down

0 comments on commit 9f5ed73

Please sign in to comment.