Merge branch 'bolt-is-not-a-static' into 'master'

[Lua] rename boltStatic to bolt in magic effect record bindings.

See merge request OpenMW/openmw!4342
This commit is contained in:
Evil Eye 2024-08-27 15:57:32 +00:00
commit 5711a395af
3 changed files with 3 additions and 3 deletions

View file

@ -700,7 +700,7 @@
-- @field #string castStatic Identifier of the vfx static used for casting
-- @field #string hitStatic Identifier of the vfx static used on hit
-- @field #string areaStatic Identifier of the vfx static used for AOE spells
-- @field #string boltStatic Identifier of the projectile vfx static used for ranged spells
-- @field #string bolt Identifier of the projectile used for ranged spells
-- @field #string castSound Identifier of the sound used for casting
-- @field #string hitSound Identifier of the sound used on hit
-- @field #string areaSound Identifier of the sound used for AOE spells