aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTrazom62 <none@none>2010-01-28 20:22:11 +0100
committerTrazom62 <none@none>2010-01-28 20:22:11 +0100
commit62cd3ff86579d710af744fceee723695e9cc6634 (patch)
treee5b16153ea0226504d9b19fb7c2b3238c7d07d4d /sql/updates
parent4d0960e6306a103222caa6b219776ea96fc3f96c (diff)
Fix Script Violet Hold
- fix event reset if wipe at a boss - fix boss not random again after a wipe - fix erekem guard handling - fix portal random location - fix save and load data - fix world state display for wave count - fix some timers - fix mob_erekem_guard set on correct creature_template entry Still WIP. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7229_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/7229_world_creature_template.sql b/sql/updates/7229_world_creature_template.sql
new file mode 100644
index 00000000000..c52d7091bff
--- /dev/null
+++ b/sql/updates/7229_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='mob_erekem_guard' WHERE `entry`=29395;