mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 23:26:37 +01:00
DB/Pets: Fix script names for Egbert & Pandaran Monk
(cherry picked from commit 1516600cef)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user