aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-04 19:33:42 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-05 20:13:04 +0200
commit38cddb42ae323bb55b8dd71836c21681523ac4e7 (patch)
tree28049035c6d4a701b37dbc77ff5ce87533dc4948 /sql/updates
parent71233c366c56f46885f046a3b1178a4aa7f457e4 (diff)
Core/Commands: Add .npc info mechanicImmuneMask infos
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_08_04_04_world_trinity_string.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_04_04_world_trinity_string.sql b/sql/updates/world/2013_08_04_04_world_trinity_string.sql
new file mode 100644
index 00000000000..cab49ba73f3
--- /dev/null
+++ b/sql/updates/world/2013_08_04_04_world_trinity_string.sql
@@ -0,0 +1,3 @@
+DELETE FROM `trinity_string` WHERE `entry`=5037;
+INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES
+(5037, 'MechanicImmuneMask: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);