mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -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
(based on 571b64a409)
Signed-off-by: Cala <calaftp@free.fr>
This commit is contained in:
parent
cf130e7d1c
commit
9476f88b0b
2 changed files with 134 additions and 2 deletions
|
|
@ -217,6 +217,7 @@ UPDATE creature_template SET ScriptName='npc_depth_charge' WHERE entry=23025;
|
|||
UPDATE gameobject_template SET ScriptName='go_southfury_moonstone' WHERE entry=185566;
|
||||
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;
|
||||
|
||||
/* AZUREMYST ISLE */
|
||||
UPDATE creature_template SET ScriptName='npc_draenei_survivor' WHERE entry=16483;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue