mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
auto-attack for warbear matriarch (#491)
* combat fix for warbear matriarch * Update rev_1495461970084153283.sql
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
INSERT INTO version_db_world (`sql_rev`) VALUES ('1495461970084153283');
|
||||||
|
|
||||||
|
-- set Warbear Matriarch (NPC 29918) AI to PetAI
|
||||||
|
UPDATE `creature_template` SET `AIName`= 'PetAI', `mindmg`=1360, `maxdmg`=1840, `dmg_multiplier`=1 WHERE `entry`= 29918;
|
||||||
|
|
||||||
Reference in New Issue
Block a user