Immobile.lua 246 B

123456789101112
  1. --[[
  2. Script Name : Spells/Immobile.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.09.09 12:09:15
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. AddControlEffect(Target, 4)
  10. end