From 64d1addbbff1c7531295556164f4bba09182b9dc Mon Sep 17 00:00:00 2001 From: Kittnz Date: Sat, 6 Feb 2016 21:55:54 +0100 Subject: Pet/Misc: Implement Pandaran Monk's pet abilitys --- sql/updates/world/2016_02_06_11.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_02_06_11.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_06_11.sql b/sql/updates/world/2016_02_06_11.sql new file mode 100644 index 00000000000..cea352fec36 --- /dev/null +++ b/sql/updates/world/2016_02_06_11.sql @@ -0,0 +1,2 @@ +-- Implement Pandaran Monk's pet abilitys +UPDATE creature_template SET ScriptName = "npc_pandaren_monk" WHERE entry = 36911; -- cgit v1.2.3