diff options
| author | QAston <none@none> | 2009-05-15 19:40:45 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-05-15 19:40:45 +0200 |
| commit | 4b782ccc1d21015618c0d372e785e10c5aa3a428 (patch) | |
| tree | fac6c01b9710f3cf31d5a73854b02adecdee4c84 /sql | |
| parent | f1fd3ad040155509c407fbc6efe191859a62727b (diff) | |
*Blizzlike calculation of skill required to cast judgement-like spells.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3331_world_spell.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/3331_world_spell.sql b/sql/updates/3331_world_spell.sql new file mode 100644 index 00000000000..bbad1797eb0 --- /dev/null +++ b/sql/updates/3331_world_spell.sql @@ -0,0 +1,6 @@ +DELETE FROM spell_script_target WHERE targetentry IN (8313,38968,21934); +DELETE FROM spell_proc_event WHERE entry in (19615); + +UPDATE creature_template SET spell2 = 0 WHERE entry IN (16474,30000); +UPDATE gameobject_template SET scriptname = 'go_najentus_spine' WHERE entry = 185584; +UPDATE gameobject_template SET scriptname = 'go_bridge_console' WHERE entry = 184568; |
