aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKittnz <frederik156@hotmail.com>2016-02-06 15:06:17 +0100
committerShauren <shauren.trinity@gmail.com>2016-04-02 19:26:35 +0200
commita8504c67309eddb08819a4cee7ed1948ea186269 (patch)
tree8c140fd6cbd51039cf22f842bd7ffe7c4f09ba6e /sql
parent33593ce0d5b2b29cbdb8e44587493c8799b1a631 (diff)
Pet/Misc: Implement Egbert's running around
Closes #16479 (cherry picked from commit 859b617613b4392d5efbb34465ddf67f8408230a)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_04_02_21_world_2016_02_06_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_21_world_2016_02_06_00_world.sql b/sql/updates/world/2016_04_02_21_world_2016_02_06_00_world.sql
new file mode 100644
index 00000000000..d303a8b5b85
--- /dev/null
+++ b/sql/updates/world/2016_04_02_21_world_2016_02_06_00_world.sql
@@ -0,0 +1,2 @@
+-- Implement Egbert's running
+UPDATE creature_template SET ScriptName = "npc_egbert" WHERE entry = 23258;