Skip to content

Commit

Permalink
fix: resolves debug boss corpse (opentibiabr#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpedro authored Apr 4, 2020
1 parent f5fa5d3 commit 4ce99a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/monster/11.8/the_scion_of_havoc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="The Scion of Havoc" nameDescription="the scion of havoc" race="energy" experience="0" speed="350">
<health now="10000" max="10000"/>
<look type="875" head="94" body="79" legs="79" feet="79" addons="3" corpse="26217"/>
<look type="875" head="94" body="79" legs="79" feet="79" addons="3" corpse="26220"/>
<targetchange interval="5000" chance="8"/>
<flags>
<flag summonable="0"/>
Expand Down
2 changes: 1 addition & 1 deletion data/monster/11.8/the_scourge_of_oblivion.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="The Scourge Of Oblivion" nameDescription="The Scourge Of Oblivion" race="energy" experience="75000" speed="450" script="rewardboss.lua">
<health now="800000" max="800000"/>
<look type="875" head="79" body="79" legs="60" feet="79" addons="3" corpse="26217"/>
<look type="875" head="79" body="79" legs="60" feet="79" addons="3" corpse="26220"/>
<targetchange interval="2000" chance="25"/>
<flags>
<flag rewardboss="1"/>
Expand Down

0 comments on commit 4ce99a8

Please sign in to comment.