What's new

NPCs Standing for Emergency Response

orangefire

Gold Supporter
MoP Premium
Veteran Member
112
2021
91
The NPCs you rescue for Emergency Response (Alliance version, Horde NPCs looked to already be fine) are supposed to be on the ground incapacitated. They were not. It's purely visual but I figured I'd fix it anyways while I was there.

SQL:
REPLACE INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES (64493, 0, 0, 65543, 1, 0, '0');
REPLACE INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES (64491, 0, 0, 65543, 1, 0, '0');
REPLACE INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES (64494, 0, 0, 65543, 1, 0, '0');
 
Top