Sign in to follow this  
Followers 0
kroxirex

[WoD] npc tameable

2 posts in this topic

https://firestorm-servers.com/report/see_report/1475

 


http://www.wowhead.com/npc=85756/onyx-ravager is now tameable

UPDATE `creature_template` SET `type_flags´=1, `type´=1,, `type´=1, `family´=31 WHERE `entry`=85756; -- onyx-ravager tameable


http://www.wowhead.com/npc=59744/silverhorn-yearling is now tameable

UPDATE `creature_template` SET `type_flags´=1, `type´=1, `family´=151, WHERE `entry`=59744; -- silverhorn-yearling tameable 

 

Share this post


Link to post
Share on other sites

sorry its wrong, here the good code:

 

Onyx Ravager is now tameable

UPDATE `creature_template` SET `type_flags´=1, `type´=1, `family´=31 WHERE `entry`=85756; -- onyx-ravager tameable


Silverhorn Yearling is now tameable

UPDATE `creature_template` SET `type_flags´=1, `type´=1, `family´=151 WHERE `entry`=59744; -- silverhorn-yearling tameable 

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0