mcanythingreally / McWoWCata

Cata WoW bug testing
0 stars 0 forks source link

Circle of Wills #9

Closed mcanythingreally closed 8 years ago

mcanythingreally commented 8 years ago

Set moving mobs inhabittype 1 Swim walking

ghost commented 8 years ago

This stops them from doing it.

-- Amera Sky UPDATE creature_template SET InhabitType = 1 WHERE (entry = 32745);

-- Shifty Vickers

UPDATE creature_template SET InhabitType = 1 WHERE (entry = 30137);

mcanythingreally commented 8 years ago

Will look into Shifty Vickers more. Still walking over water even after modifying Inhabittype and Movement type. Amera Sky is resolved though

mcanythingreally commented 8 years ago

Shifty Vickers is resolved. Ticket closed