Pet/Misc: Improve Egbert's AI even more

(cherry picked from commit af5f4ae85b)
This commit is contained in:
Kittnz
2016-02-13 12:31:29 +01:00
committed by Shauren
parent a6a8b5b3d4
commit b33afb6958
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);