Skip to content

Commit

Permalink
[0446] Added script on creature 11489 death in Dire Maul West
Browse files Browse the repository at this point in the history
* Makes creature 14566 (Ancient Equine Spirit) spawns after creature
11489 (Tendris Warpwood) is defeated in Dire Maul
Source: http://www.wowwiki.com/Ancient_Equine_Spirit
This contributes to #77
  • Loading branch information
cala committed Mar 18, 2014
1 parent 361a947 commit 3ad46dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions updates/0446_dbscripts_on_creature_death.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- Makes creature 14566 (Ancient Equine Spirit) spawns after creature 11489 (Tendris Warpwood) is defeated in Dire Maul
-- Source: http://www.wowwiki.com/Ancient_Equine_Spirit
DELETE FROM `dbscripts_on_creature_death` WHERE `id` = 11489;
INSERT INTO `dbscripts_on_creature_death` VALUES
(11489, 1, 10, 14566, 1200000, 0, 0, 0, 0, 0, 0, 0, 33.76, 491.548, -23.281, 3.16, 'spawns - Ancient Equine Spirit');
UPDATE `creature_template` SET `MovementType` = 1 WHERE `entry` = 14566;

0 comments on commit 3ad46dc

Please sign in to comment.