Core/Player: Extend action button value to uint64 to be able to hold battle pet guids

This commit is contained in:
Shauren
2022-09-18 22:15:46 +02:00
parent e15898bf56
commit f67cd38312
6 changed files with 30 additions and 28 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `character_action` MODIFY `action` bigint unsigned NOT NULL DEFAULT 0;