diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-06-15 10:22:33 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-06-15 10:22:33 +0200 |
| commit | 5c3a06ab06e55b693e02d0cb9f3d04de0036957e (patch) | |
| tree | 1a2ad3ebfdfae4706eb6a2d38843319a05b77bd0 /sql/updates | |
| parent | 6b29c4da76fbdcb55b4a89f485a5cff58c4296b9 (diff) | |
Core/Misc: Changed creature_template.family to int
Closes #23296
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2019_06_15_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_06_15_00_world.sql b/sql/updates/world/master/2019_06_15_00_world.sql new file mode 100644 index 00000000000..f79912f4ba8 --- /dev/null +++ b/sql/updates/world/master/2019_06_15_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `creature_template` MODIFY COLUMN `family` int(11) NOT NULL DEFAULT 0 AFTER `dynamicflags`; |
