mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
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:
1
sql/updates/world/master/2024_05_23_00_world.sql
Normal file
1
sql/updates/world/master/2024_05_23_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `creature_text` MODIFY COLUMN `Language` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Type`;
|
||||
Reference in New Issue
Block a user