some modifications to gm commands sql

This commit is contained in:
Gargarensis
2016-07-26 01:11:23 +02:00
parent e7d0e2487a
commit e3afe19ce8
2 changed files with 6 additions and 20 deletions
@@ -1,21 +1,3 @@
#
# AzerothShard RBAC Structure
#
# Current original Roles are:
# 198 Moderator Commands
# 197 GameMaster Commands
# 196 Administrator Commands
#
# 195: Player 0
# 194: Moderator 1
# 193: GameMaster 2
# 192: Administrator 3
#
# AzerothShard custom roles: 100000+
#
# IMPORTANT RULE: do NOT insert duplicate linked permissions for multiple non-custom roles
#
# EDIT DEFAULT PERMISSIONS
#
@@ -92,7 +74,7 @@ UPDATE command SET `security` = 0 WHERE `name` IN
"server motd"
);
# [100000] TIER 0: Interface shared by all GMs
# TIER 0: Interface shared by all GMs
#
# COMMANDS
@@ -170,6 +152,8 @@ UPDATE command SET `security` = 1 WHERE `name` IN
"reload rbac",
"gps",
"guild rank"
"title"
"unmute"
);
#
@@ -233,7 +217,6 @@ UPDATE command SET `security` = 2 WHERE `name` IN
"ban",
"morph",
"demorph",
"unmute"
);
# [100005] Entertainer
@@ -7,6 +7,7 @@
#include "azth_custom_new_vendor.cpp"
#include "WorldPacket.h"
#include "Chat.h"
#include "Spell.h"
#define GOSSIP_ITEM_GIVE_PVE_QUEST "Vorrei ricevere la mia missione PVE giornaliera."
@@ -340,4 +341,6 @@ void AddSC_hearthstone()
new npc_han_al();
new npc_azth_vendor();
new item_azth_hearthstone_loot_sack();
new item_azth_hearthstone_morph_creator();
new item_azth_hearthstone_morph();
}