diff options
| author | Shocker <shocker@freakz.ro> | 2011-05-05 11:34:25 -0700 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-05-05 11:34:25 -0700 |
| commit | 0baf01892c619b03733b5e0eada9990a38fb81d0 (patch) | |
| tree | 8f21af366485af72ebf6471c1ffab532d672a9ff /sql/updates | |
| parent | 6fffcb68909f6f8d2c9f2a194f12b14193857324 (diff) | |
| parent | 1c063696ace9c04bad3ad05df11dcaa472a997db (diff) | |
Merge pull request #31 from Ramusik/master
.modify scale on creatures, Combustion bug, Starfall supressing from root effects corrected, Dislodged Foreign Object no proc from heals, .learn all_myspells remove only player spells
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 |
