What's new
  • NEW: Happy Cataclysm gaming! The fresh 4.3.4 Cataclysm Repack V20.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now
  • Mists of Pandaria is calling! Heya - did you know that the newest 5.4.8 MoP Repack - version 7.0 - is now live?
    Download now

NPCs Standing for Emergency Response

orangefire

Gold Supporter
Veteran Member
112
2021
98
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');
 
Back
Top