aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-06-15 19:03:09 -0230
committerMalcrom <malcromdev@gmail.com>2013-06-15 19:03:09 -0230
commitbeed4997706147beb0d3a7f5a6d5957072bf8165 (patch)
treec1d71ce797f8ab469f7241bfea3144ab04cae0cd /sql
parentfd0b9ebb8eb0647c142cf0b336454c4892d7226c (diff)
Script: Update Boss_Grandmaster_Vorpil script to use events.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_06_15_06_world_creature.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_15_06_world_creature.sql b/sql/updates/world/2013_06_15_06_world_creature.sql
new file mode 100644
index 00000000000..a9db8f93583
--- /dev/null
+++ b/sql/updates/world/2013_06_15_06_world_creature.sql
@@ -0,0 +1,2 @@
+-- Update Void Traveler Scriptname
+UPDATE `creature_template` SET `ScriptName`= 'npc_voidtraveler' WHERE `ScriptName`= 'mob_voidtraveler';