What's new
  • Happy Cataclysm gaming! The long-awaited 4.3.4 Cataclysm Repack V19.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it 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