mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
Core/RBAC: Fix typo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Quest 10594 "Gauging the Resonant Frequency"
|
||||
-- Quest 10594 "Gauging the Resonant Frequency"
|
||||
|
||||
-- Add creature script
|
||||
UPDATE creature_template SET ScriptName = 'npc_oscillating_frequency_scanner_master_bunny' WHERE entry=21760;
|
||||
|
||||
@@ -517,7 +517,7 @@ enum RBACPermissions
|
||||
RBAC_PERM_COMMAND_RELOAD_ALL = 611,
|
||||
RBAC_PERM_COMMAND_RELOAD_ALL_ACHIEVEMENT = 612,
|
||||
RBAC_PERM_COMMAND_RELOAD_ALL_AREA = 613,
|
||||
RBAC_PERM_UNUSDED_614 = 614,
|
||||
RBAC_PERM_UNUSED_614 = 614, // unused
|
||||
RBAC_PERM_COMMAND_RELOAD_ALL_GOSSIP = 615,
|
||||
RBAC_PERM_COMMAND_RELOAD_ALL_ITEM = 616,
|
||||
RBAC_PERM_COMMAND_RELOAD_ALL_LOCALES = 617,
|
||||
@@ -534,8 +534,8 @@ enum RBACPermissions
|
||||
RBAC_PERM_COMMAND_RELOAD_COMMAND = 628,
|
||||
RBAC_PERM_COMMAND_RELOAD_CONDITIONS = 629,
|
||||
RBAC_PERM_COMMAND_RELOAD_CONFIG = 630,
|
||||
RBAC_PERM_UNUSED_631 = 631,
|
||||
RBAC_PERM_UNUSED_632 = 632,
|
||||
RBAC_PERM_UNUSED_631 = 631, // unused
|
||||
RBAC_PERM_UNUSED_632 = 632, // unused
|
||||
RBAC_PERM_COMMAND_RELOAD_CREATURE_LINKED_RESPAWN = 633,
|
||||
RBAC_PERM_COMMAND_RELOAD_CREATURE_LOOT_TEMPLATE = 634,
|
||||
RBAC_PERM_COMMAND_RELOAD_CREATURE_ONKILL_REPUTATION = 635,
|
||||
|
||||
Reference in New Issue
Block a user