aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-01-14 18:33:27 +0100
committerXTZGZoReX <none@none>2010-01-14 18:33:27 +0100
commit20df99ae746a64a8397fdea9495366cf48c7d748 (patch)
tree00c07e249d6ec3b9d64cc7eaa42d681bf26e569e /sql
parent91ee03d9bf14e17e048c6b162307524845e9ab64 (diff)
parentbf6c5b3ee6adf507412f3850e844e8cda017c0e5 (diff)
* Merge...
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7037_world_creature_template.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/7037_world_creature_template.sql b/sql/updates/7037_world_creature_template.sql
new file mode 100644
index 00000000000..f8867532584
--- /dev/null
+++ b/sql/updates/7037_world_creature_template.sql
@@ -0,0 +1,7 @@
+-- Usually creature_template changes MUST GO to TDB
+-- However, this is the one exception ... the GM waypoint
+-- DO NOT REMOVE THIS FROM CORE REPO this is part of the core :)
+-- Set Waypoint (Only GM can see it) so health is 1 from levels 1 - 80
+UPDATE `creature_template` SET `maxlevel`=80,`Health_mod`=0.0125 WHERE `entry`=1;
+-- Set Waypoint (Only GM can see it) so it can also show altitude
+UPDATE `creature_template` SET InhabitType=7 WHERE `entry`=1;