aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-31 17:54:07 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-31 17:54:07 +0200
commit842b8077576b4ad65d55a78a8c6f47744e0c9ff4 (patch)
tree3ad36c4708845a0152e7883355ad9ed47fffd00c
parent8fd1f461929d78054b72f00483ad057d0e80a238 (diff)
DB/Creature: Add missing sql in 8fd1f461929d78054b72f00483ad057d0e80a238
-rw-r--r--sql/updates/world/2013_08_31_05_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_31_05_world_creature_template.sql b/sql/updates/world/2013_08_31_05_world_creature_template.sql
new file mode 100644
index 00000000000..8bd02b1de1a
--- /dev/null
+++ b/sql/updates/world/2013_08_31_05_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_pet_gen_mojo' WHERE `ScriptName`='npc_mojo';