mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
6
sql/updates/world/2014_11_19_00_world.sql
Normal file
6
sql/updates/world/2014_11_19_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `command` WHERE `name`='pvpstats';
|
||||
INSERT INTO `command` (`name`, `permission`, `help`) VALUES
|
||||
('pvpstats', 797, 'Shows number of battleground victories in the last 7 days');
|
||||
|
||||
UPDATE `command` SET `permission`=798 WHERE `name`='modify xp';
|
||||
Reference in New Issue
Block a user