From 78576c1e63bf8b6a10f041c07e03e5d9f78bceed Mon Sep 17 00:00:00 2001 From: Kittnz Date: Thu, 18 Feb 2016 22:36:31 +0100 Subject: DB/Pets: Fix script names for Egbert & Pandaran Monk (cherry picked from commit 1516600cef46310fcf5e1b705908985c4442dc03) --- sql/updates/world/2016_04_08_11_world_2016_02_18_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2016_04_08_11_world_2016_02_18_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_04_08_11_world_2016_02_18_02_world.sql b/sql/updates/world/2016_04_08_11_world_2016_02_18_02_world.sql new file mode 100644 index 00000000000..414c6fd9c3a --- /dev/null +++ b/sql/updates/world/2016_04_08_11_world_2016_02_18_02_world.sql @@ -0,0 +1,5 @@ +-- Change Egbert's script name +UPDATE creature_template SET ScriptName = "npc_pet_gen_egbert" WHERE entry = 23258; + +-- Change Pandaran Monk's script name +UPDATE creature_template SET ScriptName = "npc_pet_gen_pandaren_monk" WHERE entry = 36911; -- cgit v1.2.3