mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Add support for quest 3602
* Now every player is able to enjoy the same privilege that warlocks by having a beautiful and so useful felhound as a pet. Players can use their new shiny felhound to track giants' poop. And if the felhound does not find some poop, it will growl at its owner to show its disapproval. Go find some poop y yourself. I mean asharite crystal. RTFM: http://www.wowhead.com/item=10832
This commit is contained in:
parent
c671d5aecc
commit
571b64a409
2 changed files with 134 additions and 2 deletions
|
|
@ -146,6 +146,7 @@ UPDATE creature_template SET ScriptName='npc_feero_ironhand' WHERE entry=4484;
|
|||
/* AZSHARA */
|
||||
UPDATE creature_template SET ScriptName='mobs_spitelashes' WHERE entry IN (6190,6193,6194,6195,6196);
|
||||
UPDATE creature_template SET ScriptName='npc_loramus_thalipedes' WHERE entry=7783;
|
||||
UPDATE creature_template SET ScriptName='npc_felhound_tracker' WHERE entry=8668;
|
||||
|
||||
/* BADLANDS */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue