DB/Pets: Fix script names for Egbert & Pandaran Monk

(cherry picked from commit 1516600cef)
This commit is contained in:
Kittnz
2016-02-18 22:36:31 +01:00
committed by Shauren
parent d9d2778eb8
commit 78576c1e63

View File

@@ -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;