Skip to content

Commit

Permalink
Merge pull request #1388 from elanthia-online/gameobj-stormpeak-changes
Browse files Browse the repository at this point in the history
[gameobj] additional Stormpeak data
  • Loading branch information
mrhoribu authored Dec 18, 2023
2 parents 3ebdf6b + ea05812 commit a9f80ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion type_data/migrations/58_stormpeak.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
insert(:name, %{water hound})
insert(:name, %{vapor hound})
insert(:name, %{storm hound})
insert(:name, %{swirling spectre})
insert(:name, %{lightning fiend})
insert(:name, %{titan stormcaller})
insert(:name, %{tempest tyrant})
insert(:name, %{Veiki herald})
end

migrate :undead, :aggressive_npc do
insert(:name, %{swirling spectre})
end

0 comments on commit a9f80ba

Please sign in to comment.