diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-31 17:54:07 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-31 17:54:07 +0200 |
commit | 842b8077576b4ad65d55a78a8c6f47744e0c9ff4 (patch) | |
tree | 3ad36c4708845a0152e7883355ad9ed47fffd00c | |
parent | 8fd1f461929d78054b72f00483ad057d0e80a238 (diff) |
DB/Creature: Add missing sql in 8fd1f461929d78054b72f00483ad057d0e80a238
-rw-r--r-- | sql/updates/world/2013_08_31_05_world_creature_template.sql | 1 |
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'; |