diff options
author | joschiwald <joschiwald@online.de> | 2013-12-23 23:55:15 +0100 |
---|---|---|
committer | joschiwald <joschiwald@online.de> | 2013-12-23 23:55:15 +0100 |
commit | fd6167cf66d3acf56f11bdcfac0d395e33c9a242 (patch) | |
tree | fff457d480b6c41a3afaf24bbfc480742b906ee5 /sql | |
parent | 6858a234b3c5e6f7fd2e75547d5295ebd8de5133 (diff) |
Scripts:
- cleanup obsidian sanctum script
- prevent yelling texts if non player died in some scripts
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2013_12_23_08_world_creature_text.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_12_23_08_world_creature_text.sql b/sql/updates/world/2013_12_23_08_world_creature_text.sql new file mode 100644 index 00000000000..3ea746f24ee --- /dev/null +++ b/sql/updates/world/2013_12_23_08_world_creature_text.sql @@ -0,0 +1 @@ +UPDATE `creature_text` SET `type`=41 WHERE `entry`=28860 AND `groupid`=9; |