diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_03_21_2_world_command.sql | 3 | ||||
| -rw-r--r-- | sql/updates/world/2011_03_21_3_world_spell_proc_event.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/dislodged Foreign Object.sql | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_21_2_world_command.sql b/sql/updates/world/2011_03_21_2_world_command.sql new file mode 100644 index 00000000000..0c16d9b7580 --- /dev/null +++ b/sql/updates/world/2011_03_21_2_world_command.sql @@ -0,0 +1,3 @@ +DELETE FROM `command` WHERE `name`='modify scale'; +INSERT INTO `command` VALUES +('modify scale',1,'.modify scale #scale\nModify size of the selected player or creature to \"normal scale\"*rate. If no player or creature is selected, modify your size.\n#rate may range from 0.1 to 10.');
\ No newline at end of file diff --git a/sql/updates/world/2011_03_21_3_world_spell_proc_event.sql b/sql/updates/world/2011_03_21_3_world_spell_proc_event.sql new file mode 100644 index 00000000000..5e1d017fb3a --- /dev/null +++ b/sql/updates/world/2011_03_21_3_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_proc_event` WHERE `entry`=11129; +INSERT INTO `spell_proc_event` VALUES (11129, 0x04, 3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Combustion
\ No newline at end of file diff --git a/sql/updates/world/dislodged Foreign Object.sql b/sql/updates/world/dislodged Foreign Object.sql new file mode 100644 index 00000000000..247af7ad891 --- /dev/null +++ b/sql/updates/world/dislodged Foreign Object.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procFlags`=0x00010000 WHERE `entry` IN (71602,71645); -- Dislodged Foreign Object
\ No newline at end of file |
