fix(Core/Quest): AllowableRaces to uint32 for custom Racemasks (#17372)

* fix(Core/Quest): AllowableRaces to uint32 for custom Racemasks

* Update data/sql/updates/pending_db_world/uint32_quest_template.sql

* ready for merge

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
Sven Bledt
2023-09-27 22:05:28 +02:00
committed by GitHub
parent dcf5816f5d
commit b80aaebb5a
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
--
ALTER TABLE `quest_template` MODIFY COLUMN `AllowableRaces` INT UNSIGNED NOT NULL DEFAULT 0;