Skip to content

Commit

Permalink
Fixed Spikeball damage taken
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jul 15, 2021
1 parent 37b7687 commit 10b1c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

local version, build, date, tocversion = GetBuildInfo()

_detalhes.build_counter = 8721
_detalhes.alpha_build_counter = 8721 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 8722
_detalhes.alpha_build_counter = 8722 --if this is higher than the regular counter, use it instead
_detalhes.bcc_counter = 25
_detalhes.dont_open_news = true
_detalhes.game_version = version
Expand Down
3 changes: 2 additions & 1 deletion core/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@
}

local NPCID_SPIKEDBALL = 176581 --remove on 10.0 --spikeball npcId
--local NPCID_SPIKEDBALL = 161881 --remove on 10.0 - debug npc
--local NPCID_SPIKEDBALL = 161881 --remove on 10.0 - debug npc (maldraxus)
--local NPCID_SPIKEDBALL = 167999 --remove on 10.0 - debug npc (echo of sin sire denatrius)
--spikeball cache
local spikeball_damage_cache = {
npc_cache = {},
Expand Down

0 comments on commit 10b1c14

Please sign in to comment.