mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Misc: Fix typo in previous SQL file
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DELETE FROM `command` WHERE `name`='flusharenapoints';
|
||||
@@ -1 +1,3 @@
|
||||
-- --------
|
||||
DELETE FROM `command` WHERE `name`='flusharenapoints';
|
||||
DELETE FROM `trinity_string` WHERE `entry` IN ('741','742','743','744','745','746');
|
||||
@@ -1,4 +1,6 @@
|
||||
-- --------
|
||||
DELETE FROM `command` WHERE `name` = 'modify arenapoints';
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'modify currency';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('modify currency', 2, 'Syntax: .modify currency #id #value\nAdd $amount (without precision) of $currency to the selected player.');
|
||||
|
||||
Reference in New Issue
Block a user