From 859b617613b4392d5efbb34465ddf67f8408230a Mon Sep 17 00:00:00 2001 From: Kittnz Date: Sat, 6 Feb 2016 15:06:17 +0100 Subject: Pet/Misc: Implement Egbert's running around Closes #16479 --- sql/updates/world/2016_02_06_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_02_06_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3