aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
author_manuel_ <manue.l@live.com.ar>2010-12-03 17:36:07 -0300
committer_manuel_ <manue.l@live.com.ar>2010-12-03 17:36:07 -0300
commit51a66dc427d81403ccc73f5c06d37a27a37d55a7 (patch)
treea61ac83d3d3df7b8473696daffd0c41236253517 /sql/updates
parentada9c4ae98be890624ed68dc8f7ca62feb99a708 (diff)
Core/Scripts: Implemented core script for quest "Stunning Defeat at the Ring" (11300), original code from ScriptDev2 thanks to kiper for porting, also for a full functionality for this quest you need the DB scripts made by him.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10563_world_scriptname.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/10563_world_scriptname.sql b/sql/updates/10563_world_scriptname.sql
new file mode 100644
index 00000000000..4184ee9f9f2
--- /dev/null
+++ b/sql/updates/10563_world_scriptname.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_daegarn' WHERE `entry`=24151; \ No newline at end of file