aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKittnz <frederik156@hotmail.com>2016-02-18 22:36:31 +0100
committerKittnz <frederik156@hotmail.com>2016-02-18 22:36:31 +0100
commit1516600cef46310fcf5e1b705908985c4442dc03 (patch)
tree80c66adae77f30594e7f489026a4d16779c00f20
parent542f5264d379fba9293902ae0c10288d3d660f6d (diff)
DB/Pets: Fix script names for Egbert & Pandaran Monk
-rw-r--r--sql/updates/world/2016_02_18_02_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_18_02_world.sql b/sql/updates/world/2016_02_18_02_world.sql
new file mode 100644
index 00000000000..414c6fd9c3a
--- /dev/null
+++ b/sql/updates/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;