mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Addons: Improve WorldSession::ReadAddonsInfo
* Only allow built-in addons to be marked as secure * Better protect against malformed packets
This commit is contained in:
@@ -114,6 +114,30 @@ CREATE TABLE `addons` (
|
||||
|
||||
LOCK TABLES `addons` WRITE;
|
||||
/*!40000 ALTER TABLE `addons` DISABLE KEYS */;
|
||||
INSERT INTO `addons` VALUES
|
||||
('Blizzard_AchievementUI', 1276933997),
|
||||
('Blizzard_ArenaUI', 1276933997),
|
||||
('Blizzard_AuctionUI', 1276933997),
|
||||
('Blizzard_BarbershopUI', 1276933997),
|
||||
('Blizzard_BattlefieldMinimap', 1276933997),
|
||||
('Blizzard_BindingUI', 1276933997),
|
||||
('Blizzard_Calendar', 1276933997),
|
||||
('Blizzard_CombatLog', 1276933997),
|
||||
('Blizzard_CombatText', 1276933997),
|
||||
('Blizzard_DebugTools', 1276933997),
|
||||
('Blizzard_GlyphUI', 1276933997),
|
||||
('Blizzard_GMChatUI', 1276933997),
|
||||
('Blizzard_GMSurveyUI', 1276933997),
|
||||
('Blizzard_GuildBankUI', 1276933997),
|
||||
('Blizzard_InspectUI', 1276933997),
|
||||
('Blizzard_ItemSocketingUI', 1276933997),
|
||||
('Blizzard_MacroUI', 1276933997),
|
||||
('Blizzard_RaidUI', 1276933997),
|
||||
('Blizzard_TalentUI', 1276933997),
|
||||
('Blizzard_TimeManager', 1276933997),
|
||||
('Blizzard_TokenUI', 1276933997),
|
||||
('Blizzard_TradeSkillUI', 1276933997),
|
||||
('Blizzard_TrainerUI', 1276933997);
|
||||
/*!40000 ALTER TABLE `addons` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user