diff options
| author | ModoX <moardox@gmail.com> | 2024-05-23 10:02:29 +0200 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2024-05-23 10:26:32 +0200 |
| commit | 19d7698dc029032178957231fb870c652462bcd8 (patch) | |
| tree | 7f574008930c75d794d4360727de299d1e31a405 | |
| parent | e20c174f5b2bc25ebe0e83a88a7cd7086c0fd8f5 (diff) | |
DB/Creature: Set Language field unsigned to sync with usage in code
* allows us to use Shath'Yar in db
| -rw-r--r-- | sql/updates/world/master/2024_05_23_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_05_23_00_world.sql b/sql/updates/world/master/2024_05_23_00_world.sql new file mode 100644 index 00000000000..e109eed82cd --- /dev/null +++ b/sql/updates/world/master/2024_05_23_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `creature_text` MODIFY COLUMN `Language` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `Type`; |
