mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Core/Creatures: added Civilian field back into creature_template
This commit is contained in:
2
sql/updates/world/3.4.x/2023_11_29_01_world.sql
Normal file
2
sql/updates/world/3.4.x/2023_11_29_01_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `creature_template`
|
||||
ADD COLUMN `Civilian` TINYINT UNSIGNED DEFAULT 0 NOT NULL AFTER `ExperienceModifier`;
|
||||
Reference in New Issue
Block a user