diff options
| author | kaelima <jeppo_meyer@msn.com> | 2011-05-29 07:12:04 +0200 |
|---|---|---|
| committer | kaelima <jeppo_meyer@msn.com> | 2011-05-29 07:12:04 +0200 |
| commit | 0194710990f2a23fbbf931d5f0cd5fcff34405fe (patch) | |
| tree | d41055ed190a7e6f52b7fda06cdf86135f6219fa /sql | |
| parent | f8bd56e2196e0fe9cde68dbf3f753ea27c3c5f82 (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.sql | 1 |
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; |
