diff options
| author | megamage <none@none> | 2008-10-27 07:34:38 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2008-10-27 07:34:38 -0500 |
| commit | e2c221b0da15d545da3e3d3f9f9e4da7e00a38be (patch) | |
| tree | 18a1dce38aac6e150445ca18a7bf7ba687d2d6af /src/bindings/scripts/sql/Updates | |
| parent | 9125ef93370b455708e5d98e0f083d9642e691ac (diff) | |
[svn] Fix Eredar twins, Al'ar and Zul'jin's AttackStart() function.
Update Shade of Akama script, Lady Vashj script and Shadowmoon Valley script. Patches provided by Blaymoira.
Remove some hacks since core has provided spell target support.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/sql/Updates')
| -rw-r--r-- | src/bindings/scripts/sql/Updates/r125_trinity.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bindings/scripts/sql/Updates/r125_trinity.sql b/src/bindings/scripts/sql/Updates/r125_trinity.sql new file mode 100644 index 00000000000..bceb8dfe4c3 --- /dev/null +++ b/src/bindings/scripts/sql/Updates/r125_trinity.sql @@ -0,0 +1,5 @@ +update creature_template set speed='0.01' scriptname='mob_toxic_sporebat' WHERE entry=22140;
+update creature_template SET scriptname='npc_overlord_morghor' WHERE entry=23139;
+update creature_template SET scriptname='npc_lord_illidan_stormrage' WHERE entry=22083;
+update creature_template SET scriptname='npc_yarzill_the_merc' WHERE entry=23141;
+update quest_template SET StartScript=0 WHERE entry=11108;
\ No newline at end of file |
