Skip to content

Commit

Permalink
🚑 Fix InNpcOrMonster
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotAVirus committed Oct 4, 2023
1 parent 498a9e9 commit 7900108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/channel_service/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ecto_sql": {:hex, :ecto_sql, "3.7.2", "55c60aa3a06168912abf145c6df38b0295c34118c3624cf7a6977cd6ce043081", [:mix], [{:db_connection, "~> 2.2", [hex: :db_connection, repo: "hexpm", optional: false]}, {:ecto, "~> 3.7.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:myxql, "~> 0.4.0 or ~> 0.5.0 or ~> 0.6.0", [hex: :myxql, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.15.0 or ~> 0.16.0 or ~> 1.0", [hex: :postgrex, repo: "hexpm", optional: true]}, {:tds, "~> 2.1.1 or ~> 2.2", [hex: :tds, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "3c218ea62f305dcaef0b915fb56583195e7b91c91dcfb006ba1f669bfacbff2a"},
"elvengard_cluster": {:git, "https://github.com/elvengard-mmo/elvengard_cluster.git", "554d498c39de5e422620025b87d18804c1c83637", []},
"elvengard_ecs": {:git, "https://github.com/elvengard-mmo/elvengard_ecs.git", "ec091acd4850af4fee32d1011e4d7022836e3e4e", []},
"elvengard_network": {:git, "https://github.com/elvengard-mmo/elvengard_network.git", "7b3d817a80c184e46dbeae657434c04e96922c35", []},
"elvengard_network": {:git, "https://github.com/elvengard-mmo/elvengard_network.git", "2be657029292a4b1165accfa605ace755a7b0545", []},
"jason": {:hex, :jason, "1.3.0", "fa6b82a934feb176263ad2df0dbd91bf633d4a46ebfdffea0c8ae82953714946", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "53fc1f51255390e0ec7e50f9cb41e751c260d065dcba2bf0d08dc51a4002c2ac"},
"libcluster": {:hex, :libcluster, "3.3.1", "e7a4875cd1290cee7a693d6bd46076863e9e433708b01339783de6eff5b7f0aa", [:mix], [{:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "b575ca63c1cd84e01f3fa0fc45e6eb945c1ee7ae8d441d33def999075e9e5398"},
"postgrex": {:hex, :postgrex, "0.16.1", "f94628a32c571266f53cd1e5fca705e626e2417bf1eee6f868985d14e874160a", [:mix], [{:connection, "~> 1.1", [hex: :connection, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 1.5 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "6b225df32c857b9430619dbe30200a7ae664e23415a771ae9209396ee8eeee64"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defmodule ElvenPackets.Server.VisibilityPackets do
@serializable true
defpacket "in", as: InNpcOrMonster do
field :entity_type, NsEnum, values: entity_type(:__enumerators__)
field :vnum, NsString
field :vnum, NsInteger
field :entity_id, NsInteger
field :map_x, NsInteger
field :map_y, NsInteger
Expand Down

0 comments on commit 7900108

Please sign in to comment.