aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 07:10:28 -0700
committerFuwn <[email protected]>2024-06-12 07:10:28 -0700
commitebd9a84b39c9b5e7004e4ba96b5c900c949e24e5 (patch)
tree4e87fe1120432457d91dfa7d30b0fe6058a89d2a /build
parentrefactor: rename ObjID (diff)
downloadworldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.tar.xz
worldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.zip
refactor: move commands to command module
Diffstat (limited to 'build')
-rw-r--r--build/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test.py b/build/test.py
index cf4b869..cf2d28c 100644
--- a/build/test.py
+++ b/build/test.py
@@ -1,5 +1,5 @@
import network_packet_pb2 as network_packet
-import buddy_list_notify_command_pb2 as buddy_list_notify_command
+from commands import buddy_list_notify_command_pb2 as buddy_list_notify_command
request = network_packet.NetworkPacket()