aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-08-20 22:18:41 +0200
committerKudlaty <none@none>2009-08-20 22:18:41 +0200
commita63b457b3cfe5f1ceecd42c1fb15866d9981a6fb (patch)
tree24c02c198026422d6da66dc1d22f6204ca3f8e50 /sql/updates
parent2035948f6351c37942f034881dd0cd4c427283bf (diff)
Script for quest 12969. Script by Gyullo
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5234_world_scripts.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/5234_world_scripts.sql b/sql/updates/5234_world_scripts.sql
new file mode 100644
index 00000000000..d7bbfb896be
--- /dev/null
+++ b/sql/updates/5234_world_scripts.sql
@@ -0,0 +1,4 @@
+UPDATE `creature_template` SET `ScriptName` = 'npc_agnetta_tyrsdottar' WHERE `entry` = 30154;
+
+INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) VALUES
+(-1571003, 'I\'m not afraid of anything -- bring it on!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'aggro_Agnetta');