aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-06-01 19:59:44 +0100
committerNay <dnpd.dd@gmail.com>2012-06-01 19:59:44 +0100
commitf89ef6da5b6d59e9d758059549d95759711d0cf9 (patch)
tree8b477b1a77203508aef502d94fab1431ca2fda5e /sql
parent925657cc9885c2c2b1cd6b379bfdd72555af49ea (diff)
DB/Misc: Fix DB startup errors - Closes #6666
Also add a missing break; to previous commit
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_06_01_03_world_creature_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_06_01_03_world_creature_template.sql b/sql/updates/world/2012_06_01_03_world_creature_template.sql
new file mode 100644
index 00000000000..fb20691ad69
--- /dev/null
+++ b/sql/updates/world/2012_06_01_03_world_creature_template.sql
@@ -0,0 +1,2 @@
+-- Set same flag for diff_entry_1
+UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=30796;