mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Core/Creature:
- Addet support for female creature name - Fix some name_loc for deDE - Added some female name loc for deDe
This commit is contained in:
9
sql/updates/world/2014_06_21_00_creature_434.sql
Normal file
9
sql/updates/world/2014_06_21_00_creature_434.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
ALTER TABLE `creature_template` ADD `femaleName` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name`;
|
||||
ALTER TABLE `locales_creature` ADD `femaleName_loc1` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name_loc1`;
|
||||
ALTER TABLE `locales_creature` ADD `femaleName_loc2` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name_loc2`;
|
||||
ALTER TABLE `locales_creature` ADD `femaleName_loc3` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name_loc3`;
|
||||
ALTER TABLE `locales_creature` ADD `femaleName_loc4` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name_loc4`;
|
||||
ALTER TABLE `locales_creature` ADD `femaleName_loc5` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name_loc5`;
|
||||
ALTER TABLE `locales_creature` ADD `femaleName_loc6` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name_loc6`;
|
||||
ALTER TABLE `locales_creature` ADD `femaleName_loc7` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name_loc7`;
|
||||
ALTER TABLE `locales_creature` ADD `femaleName_loc8` CHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `name_loc8`;
|
||||
1575
sql/updates/world/2014_06_21_01_locales_creature.sql
Normal file
1575
sql/updates/world/2014_06_21_01_locales_creature.sql
Normal file
File diff suppressed because it is too large
Load Diff
1575
sql/updates/world/2014_06_21_02_locales_creature.sql
Normal file
1575
sql/updates/world/2014_06_21_02_locales_creature.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user