diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-01-05 23:29:36 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-05-20 23:39:39 +0200 |
| commit | 91753a94b33b73185ebb0ef551c02bae422b1a46 (patch) | |
| tree | ccf571fe97ac9de999353e15b8d87ae3dfadddc6 /sql | |
| parent | 5287f70a4f5c308aec2fafeaf0c0d4dd6659f5e4 (diff) | |
Core/PacketIO: Updated character list packets for 7.x
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/characters/2016_xx_xx_xx_characters_legion_01.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/characters/2016_xx_xx_xx_characters_legion_01.sql b/sql/updates/characters/2016_xx_xx_xx_characters_legion_01.sql new file mode 100644 index 00000000000..3cc4003e724 --- /dev/null +++ b/sql/updates/characters/2016_xx_xx_xx_characters_legion_01.sql @@ -0,0 +1,4 @@ +ALTER TABLE `characters` + ADD `customDisplay1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `facialStyle`, + ADD `customDisplay2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `customDisplay1`, + ADD `customDisplay3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `customDisplay2`; |
