Quest Rivenwood Captives Fix 7.02

eyerobot

Gold Supporter
Superior Member
917
2015
23
Location
Barryton Michigan USA
The cocoons shouldn't be able to attack, And should not give xp.

Code:
UPDATE `creature_template` SET `unit_flags`=131076 WHERE `entry`=24210;
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64 WHERE `entry`=24210;
 
Top