diff options
author | Kittnz <frederik156@hotmail.com> | 2016-02-18 22:36:31 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-08 18:34:28 +0200 |
commit | 78576c1e63bf8b6a10f041c07e03e5d9f78bceed (patch) | |
tree | 09fc99636f49ffec2d8b798afc1b652b2f940401 | |
parent | d9d2778eb869fc43b012e0d43d58fd67ebbee982 (diff) |
DB/Pets: Fix script names for Egbert & Pandaran Monk
(cherry picked from commit 1516600cef46310fcf5e1b705908985c4442dc03)
-rw-r--r-- | sql/updates/world/2016_04_08_11_world_2016_02_18_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |