aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKittnz <frederik156@hotmail.com>2016-02-06 15:06:17 +0100
committerKittnz <frederik156@hotmail.com>2016-02-06 15:06:17 +0100
commit859b617613b4392d5efbb34465ddf67f8408230a (patch)
tree90d6c519cffcd7aa00fc57bb8e93edecd333a2b1 /sql
parentd1a185e3d5af9db2c85e04df846167ce9c4a4cf9 (diff)
Pet/Misc: Implement Egbert's running around
Closes #16479
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_02_06_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_06_00_world.sql b/sql/updates/world/2016_02_06_00_world.sql
new file mode 100644
index 00000000000..d303a8b5b85
--- /dev/null
+++ b/sql/updates/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;