forked from 2009Scape/Server
Removed delay on note spell casting
Since it only does 10 items at a time, it is often cast 2-3 times in a row. The delay is unnecessary for this spell.
This commit is contained in:
parent
05c1ac1dc0
commit
b1ca068e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ class ModernListeners : SpellListener("modern"){
|
|||
removeRunes(player)
|
||||
addXP(player, 31.0)
|
||||
showMagicTab(player)
|
||||
setDelay(player, 5)
|
||||
//setDelay(player, 5)
|
||||
return true
|
||||
}
|
||||
fun alchemize(player: Player, item: Item, high: Boolean, explorersRing: Boolean = false): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue