internal static ulong GetHashByDataId(int dataId) { WowRootHandler rh = _casc.Root as WowRootHandler; return(rh?.GetHashByFileDataId(dataId) ?? 0); }
public static void DumpSpellList() { WowRootHandler rh = _casc.Root as WowRootHandler; rh.DumpSpellList(_casc); }