diff options
| author | Kittnz <frederik156@hotmail.com> | 2016-02-06 21:55:54 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 19:39:23 +0200 |
| commit | c4b6e08829dc75cc745a04dd8f91b0fc9c1aecda (patch) | |
| tree | 7c48715e51a1012df2b12c640ba5318672f02a99 /sql | |
| parent | f3fda53aeaf93ff25be6106823fc12e5653cc150 (diff) | |
Pet/Misc: Implement Pandaran Monk's pet abilitys
(cherry picked from commit 64d1addbbff1c7531295556164f4bba09182b9dc)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_02_06_11.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_06_11.sql b/sql/updates/world/2016_02_06_11.sql new file mode 100644 index 00000000000..cea352fec36 --- /dev/null +++ b/sql/updates/world/2016_02_06_11.sql @@ -0,0 +1,2 @@ +-- Implement Pandaran Monk's pet abilitys +UPDATE creature_template SET ScriptName = "npc_pandaren_monk" WHERE entry = 36911; |
