actboy168 / YDWE

A Tool to Help the Creation of Warcraft III Map
GNU General Public License v3.0
469 stars 137 forks source link

- -设置Buff的japi 在1.27下崩溃 #172

Closed w4454962 closed 5 years ago

w4454962 commented 5 years ago

static uintptr_t search_buff_table() { war3_searcher& s = get_war3_searcher();

if (s.get_version() == version_127a)
{
    return s.base() + 0xBE6D98;
}

略... } 解决如上 大概问题是特征变了,加个偏移基址算了- -