DB/Creature: Set Language field unsigned to sync with usage in code

* allows us to use Shath'Yar in db

(cherry picked from commit 19d7698dc0)
This commit is contained in:
ModoX
2024-05-23 10:02:29 +02:00
committed by Ovahlord
parent 01dee1c3e1
commit 3857e9254f

View File

@@ -0,0 +1 @@
ALTER TABLE `creature_text` MODIFY COLUMN `Language` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Type`;