mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Units: added support for spirit back in
This commit is contained in:
5
sql/updates/world/3.4.x/2023_11_16_01_world.sql
Normal file
5
sql/updates/world/3.4.x/2023_11_16_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `player_classlevelstats`
|
||||
ADD COLUMN `spi` SMALLINT NOT NULL COMMENT 'spirit' AFTER `inte`;
|
||||
|
||||
ALTER TABLE `player_racestats`
|
||||
ADD COLUMN `spi` SMALLINT NOT NULL COMMENT 'spirit' AFTER `inte`;
|
||||
Reference in New Issue
Block a user