From 5650b9deb22365deb920f6d3aa8ac1bfc4da4168 Mon Sep 17 00:00:00 2001 From: Kittnz Date: Sat, 6 Feb 2016 21:58:16 +0100 Subject: Pet/Misc: Implement Pandaran Monk followup --- sql/updates/world/2016_02_06_11.sql | 2 -- sql/updates/world/2016_02_06_11_world.sql | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 sql/updates/world/2016_02_06_11.sql create mode 100644 sql/updates/world/2016_02_06_11_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_06_11.sql b/sql/updates/world/2016_02_06_11.sql deleted file mode 100644 index cea352fec36..00000000000 --- a/sql/updates/world/2016_02_06_11.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Implement Pandaran Monk's pet abilitys -UPDATE creature_template SET ScriptName = "npc_pandaren_monk" WHERE entry = 36911; diff --git a/sql/updates/world/2016_02_06_11_world.sql b/sql/updates/world/2016_02_06_11_world.sql new file mode 100644 index 00000000000..cea352fec36 --- /dev/null +++ b/sql/updates/world/2016_02_06_11_world.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