aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2012_04_24_00_world_command.sql (renamed from sql/updates/world/2012_04_04_00_world_command.sql)2
-rw-r--r--sql/updates/world/2012_04_24_01_world_spell_proc_event.sql (renamed from sql/updates/world/2012_04_11_00_world_spell_proc_event.sql)2
-rw-r--r--sql/updates/world/2012_04_24_02_world_warden_checks.sql (renamed from sql/updates/world/2012_04_17_00_world_warden_checks.sql)0
-rw-r--r--sql/updates/world/2012_04_24_03_world_spell_script_names.sql (renamed from sql/updates/world/2012_04_22_01_world_spell_script_names.sql)1
-rw-r--r--sql/updates/world/2012_04_24_04_world_spell_proc_event.sql (renamed from sql/updates/world/2012_04_23_03_world_spell_proc_event.sql)2
5 files changed, 4 insertions, 3 deletions
diff --git a/sql/updates/world/2012_04_04_00_world_command.sql b/sql/updates/world/2012_04_24_00_world_command.sql
index 9adb3cff1d9..25912392347 100644
--- a/sql/updates/world/2012_04_04_00_world_command.sql
+++ b/sql/updates/world/2012_04_24_00_world_command.sql
@@ -7,4 +7,4 @@ INSERT INTO `command` (`name`, `security`, `help`) VALUES ('modify speed all', 1
('modify talentpoints', 1, 'Syntax: .modify talentpoints #amount\r\n\r\nSet free talent points for selected character or character\'s pet. It will be reset to default expected at next levelup/login/quest reward.'),
('morph', 2, 'Syntax: .morph #displayid\r\n\r\nChange your current model id to #displayid.'),
('modify arenapoints', 1, 'Syntax: .modify arenapoints #value\r\nAdd $amount arena points to the selected player.');
-UPDATE `command` SET `help`='Syntax: .modify speed $speedtype #rate\r\n\r\nModify the running speed of the selected player to "normal base run speed"= 1. If no player is selected, modify your speed.\r\n\r\n$speedtypes may be fly, all, walk, backwalk, or swim.\r\n\r\n #rate may range from 0.1 to 50.' WHERE `name`='modify speed' LIMIT 1; \ No newline at end of file
+UPDATE `command` SET `help`='Syntax: .modify speed $speedtype #rate\r\n\r\nModify the running speed of the selected player to "normal base run speed"= 1. If no player is selected, modify your speed.\r\n\r\n$speedtypes may be fly, all, walk, backwalk, or swim.\r\n\r\n #rate may range from 0.1 to 50.' WHERE `name`='modify speed' LIMIT 1;
diff --git a/sql/updates/world/2012_04_11_00_world_spell_proc_event.sql b/sql/updates/world/2012_04_24_01_world_spell_proc_event.sql
index e5dfbeb0e66..6e997931bb5 100644
--- a/sql/updates/world/2012_04_11_00_world_spell_proc_event.sql
+++ b/sql/updates/world/2012_04_24_01_world_spell_proc_event.sql
@@ -1,4 +1,4 @@
--- Honor Among Thieves proc
+-- Honor Among Thieves proc chance
UPDATE `spell_proc_event` SET `CustomChance`=33 WHERE `entry`=51698; -- Rank 1
UPDATE `spell_proc_event` SET `CustomChance`=66 WHERE `entry`=51700; -- Rank 2
UPDATE `spell_proc_event` SET `CustomChance`=100 WHERE `entry`=51701; -- Rank 3
diff --git a/sql/updates/world/2012_04_17_00_world_warden_checks.sql b/sql/updates/world/2012_04_24_02_world_warden_checks.sql
index 74539f99fb3..74539f99fb3 100644
--- a/sql/updates/world/2012_04_17_00_world_warden_checks.sql
+++ b/sql/updates/world/2012_04_24_02_world_warden_checks.sql
diff --git a/sql/updates/world/2012_04_22_01_world_spell_script_names.sql b/sql/updates/world/2012_04_24_03_world_spell_script_names.sql
index bd4becdc3f4..a53d8bd585c 100644
--- a/sql/updates/world/2012_04_22_01_world_spell_script_names.sql
+++ b/sql/updates/world/2012_04_24_03_world_spell_script_names.sql
@@ -1,3 +1,4 @@
+-- Earthen Power
DELETE FROM `spell_script_names` WHERE `spell_id`=59566;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(59566,'spell_sha_earthen_power');
diff --git a/sql/updates/world/2012_04_23_03_world_spell_proc_event.sql b/sql/updates/world/2012_04_24_04_world_spell_proc_event.sql
index dfa57b031c3..5ba6f24ccf8 100644
--- a/sql/updates/world/2012_04_23_03_world_spell_proc_event.sql
+++ b/sql/updates/world/2012_04_24_04_world_spell_proc_event.sql
@@ -1,4 +1,4 @@
-- Rogue T9 2P - Should proc only from Rupture ticks.
DELETE FROM `spell_proc_event` WHERE `entry` IN(67209);
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `procFlags`) VALUES
-(67209, 0x01, 8, 0x100000, 0x50000); \ No newline at end of file
+(67209, 0x01, 8, 0x100000, 0x50000);