diff options
| author | Kittnz <frederik156@hotmail.com> | 2016-02-13 12:31:29 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-05 22:15:54 +0200 |
| commit | b33afb695821be38b040ad27b42e010ab7dfc2e9 (patch) | |
| tree | 9ccf3f4616c5340c682e3ba8fb7a37974e30c9f0 /sql/updates | |
| parent | a6a8b5b3d4ae838190037118eed71fb2105a4622 (diff) | |
Pet/Misc: Improve Egbert's AI even more
(cherry picked from commit af5f4ae85be270f8f139dad8be7a522e6cf2fe8b)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2016_04_05_14_world_2016_02_13_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_05_14_world_2016_02_13_00_world.sql b/sql/updates/world/2016_04_05_14_world_2016_02_13_00_world.sql new file mode 100644 index 00000000000..2341e33a8b5 --- /dev/null +++ b/sql/updates/world/2016_04_05_14_world_2016_02_13_00_world.sql @@ -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); |
