| 148 | /////////////////////////////////////////////////////////////////// |
| 149 | |
| 150 | BattleNpcScript::BattleNpcScript( uint32_t npcId ) : |
| 151 | ScriptObject( npcId, typeid( BattleNpcScript ).hash_code() ) |
| 152 | { |
| 153 | } |
| 154 | |
| 155 | /////////////////////////////////////////////////////////////////// |
| 156 |
nothing calls this directly
no outgoing calls
no test coverage detected