aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorWarHead <none@none>2009-10-18 08:50:53 +0200
committerWarHead <none@none>2009-10-18 08:50:53 +0200
commit1e9619a794cf03f271ff64c662cb4e021f1bf4e9 (patch)
treec67d3e70455cde378f514703efb333f5bd599a8c /sql
parent567e32a14cf174763778fa11f5c64149df0b9b8f (diff)
fix: ahn'kahet - prevent elder nadox eggs to attack player
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/uwom/6144_world_scripts.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/uwom/6144_world_scripts.sql b/sql/uwom/6144_world_scripts.sql
new file mode 100644
index 00000000000..72535721bf6
--- /dev/null
+++ b/sql/uwom/6144_world_scripts.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='mob_nadox_eggs' WHERE `entry` IN ('30172','30173');