diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-09-06 18:13:18 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-09-06 18:13:18 +0100 |
| commit | f4ce76eec9891a5476875324d1b6213435297b0b (patch) | |
| tree | 5d34c91ac7beeeb627901edd32623ccf5628e49c | |
| parent | dc123820ad41628d919e1830ae09194e9c718432 (diff) | |
DB/SAI: Remove unneeded actions and creature_text related to fleeing. Thanks Discovered.
| -rw-r--r-- | sql/updates/world/2011_09_06_00_world_sai.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_06_00_world_sai.sql b/sql/updates/world/2011_09_06_00_world_sai.sql new file mode 100644 index 00000000000..fdc77bea6bb --- /dev/null +++ b/sql/updates/world/2011_09_06_00_world_sai.sql @@ -0,0 +1,5 @@ +UPDATE `smart_scripts` SET `action_param1`=1,`event_flags`=1 WHERE `action_type`=25; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND ((`entryorguid`=11360 AND `id`=1) OR (`entryorguid`=27225 AND `id`=20) OR (`entryorguid`=27615 AND `id`=15)); +UPDATE `smart_scripts` SET `id`=20 WHERE `entryorguid`=27225 AND `id`=21; +UPDATE `smart_scripts` SET `id`=21 WHERE `entryorguid`=27225 AND `id`=22; +DELETE FROM `creature_text` WHERE `text`='%s attempts to run away in fear!'; |
