aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorkaelima <jeppo_meyer@msn.com>2011-05-29 07:12:04 +0200
committerkaelima <jeppo_meyer@msn.com>2011-05-29 07:12:04 +0200
commit0194710990f2a23fbbf931d5f0cd5fcff34405fe (patch)
treed41055ed190a7e6f52b7fda06cdf86135f6219fa /sql
parentf8bd56e2196e0fe9cde68dbf3f753ea27c3c5f82 (diff)
Core/Scripts: Fix a DB warning for Ruby Sanctum (npcflag) and remove unneeded declare of EventMap.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_05_29_00_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_29_00_world_creature_template.sql b/sql/updates/world/2011_05_29_00_world_creature_template.sql
new file mode 100644
index 00000000000..c259180f06f
--- /dev/null
+++ b/sql/updates/world/2011_05_29_00_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `npcflag`=2 WHERE `entry`=40429;