This commit is contained in:
Pasi Kallinen
2016-06-07 08:58:52 +03:00
parent a846f811af
commit a157c4873d

View File

@@ -816,7 +816,7 @@ cast_protection()
: (rmtyp == CLOUD)
? "cloud"
: IS_TREE(rmtyp)
? "vegitation"
? "vegetation"
: IS_STWALL(rmtyp)
? "stone"
: "air");