Core/PacketIO: 9.1.5 updatefields and SMSG_UPDATE_OBJECT structure

This commit is contained in:
Shauren
2021-11-04 21:47:03 +01:00
parent 792721ad64
commit 5c8a058120
14 changed files with 255 additions and 197 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `characters` ADD `power7` int(10) unsigned NOT NULL DEFAULT '0' AFTER `power6`;
ALTER TABLE `character_stats` ADD `maxpower7` int(10) unsigned NOT NULL DEFAULT '0' AFTER `maxpower6`;