aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-08-20 20:09:13 +0200
committerKudlaty <none@none>2009-08-20 20:09:13 +0200
commit7ccc15ec4849f9734ca91a5f55c62f51724a834c (patch)
tree19aaebf102f3dedf8900153112d733f1ceba0b81 /sql/updates
parentf27fc3e939fb62a6468c91ac87e61b2dcdb4cac3 (diff)
Add script for quest 12864. Script by manuel
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5230_world_TDB.sql1
-rw-r--r--sql/updates/5230_world_scripts.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/5230_world_TDB.sql b/sql/updates/5230_world_TDB.sql
new file mode 100644
index 00000000000..cf6f393f3a8
--- /dev/null
+++ b/sql/updates/5230_world_TDB.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `npcflag` = `npcflag`|1 WHERE `entry` = 29811; \ No newline at end of file
diff --git a/sql/updates/5230_world_scripts.sql b/sql/updates/5230_world_scripts.sql
new file mode 100644
index 00000000000..be2610139ac
--- /dev/null
+++ b/sql/updates/5230_world_scripts.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName` = 'npc_frostborn_scout' WHERE `entry` = 29811; \ No newline at end of file