View Single Post
  #1  
Old 12-21-2011, 03:10 PM
dpjaf4t
Fire Beetle
 
Join Date: May 2010
Posts: 21
Default PEQ v2083: Level 67 Shaman Pet Issue/Fix

Someone mentioned on the Irreverent server that the level 67 shaman pet (Farrel's Companion) would not obey commands or attack any mobs. Confirmed this with my sham character; the level 55 pet Spirit of the Howler did however function correctly. Also confirmed this on my test bed with PEQ database v2083 and EQEMU code v2091.

Fixed with this SQL:

UPDATE pets SET petcontrol=2, petnaming=3 WHERE npcID=551 LIMIT 1;

Both values were 0 originally.

(As far as I know, I wouldn't have rights to submit this to the peqdatabase SVN but will post it to the bugs.)
Reply With Quote