Pet/Misc: Improve Egbert's AI even more

This commit is contained in:
Kittnz
2016-02-13 12:31:29 +01:00
parent 2322ef3f50
commit af5f4ae85b
2 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
SET @ENTRY:=23258;
SET @AURA:=40670;
DELETE FROM `creature_template_addon` WHERE `entry` = @ENTRY;
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES (@ENTRY, @AURA);