mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
*Proper Maexxna Web Spray locations (old locations sent players flying into the air) --HG-- branch : trunk
4 lines
192 B
SQL
4 lines
192 B
SQL
|
|
-- the (4) in TINYINT(4) is kind of useless here, but whatever. This column should be unsigned.
|
|
ALTER TABLE `exploration_basexp` MODIFY COLUMN `level` TINYINT(4) UNSIGNED NOT NULL DEFAULT 0;
|