Skip to content

Commit

Permalink
Removed dump
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Jan 17, 2024
1 parent 32ff68a commit 1ab0c9e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ public function affixDamage(Character $character, ServerMonster $monster = null,
public function classSpecialtyDamage(bool $isPvp = false) {
$special = $this->attackData['special_damage'];

dump($this->attackData['special_damage'], $this->attackData['attack_type'], $this->attackData);

if (empty($special)) {
return;
}
Expand Down

0 comments on commit 1ab0c9e

Please sign in to comment.