mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Files added: 2015_07_22_CommonTongue.sql Adds new rules so you can change the start Common Tongue value for Iksars, Ogres, and Trolls.
4 lines
175 B
SQL
4 lines
175 B
SQL
INSERT INTO `rule_values` VALUES
|
|
('1', 'Character:IksarCommonTongue', '95', ''),
|
|
('1', 'Character:OgreCommonTongue', '95', ''),
|
|
('1', 'Character:TrollCommonTongue', '95', ''); |